• This project
    • Loading...
  • Sign in

ios / Masonry · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • Masonry
  • Podfile
  • macosx 10.7 compatibility
    16164cba
    by Jonas Budelmann
    2013-08-24 13:48:50 +1200  
    Browse Files
Podfile 223 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
target 'Masonry Mac Tests', :exclusive => true do
    platform :osx, '10.7'
    pod 'Specta'
	pod 'Expecta'
end

target 'Masonry iOS Tests', :exclusive => true do
    platform :ios, '6.0'
    pod 'Specta'
	pod 'Expecta'
end