Skip to content

Commit

Permalink
Init cocoapods. Use SwiftTransit.xcworkspace from now on!
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottwilliams committed Jan 6, 2016
1 parent 93a8fef commit 02b418d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ xcuserdata
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
Pods/

# Carthage
#
Expand All @@ -56,4 +56,4 @@ Carthage/Build
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md

fastlane/report.xml
fastlane/screenshots
fastlane/screenshots
17 changes: 17 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
# Uncomment this line if you're using Swift
use_frameworks!

target 'SwiftTransit' do
pod 'Colours/Swift'
end

target 'SwiftTransitTests' do

end

target 'SwiftTransitUITests' do

end

10 changes: 10 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PODS:
- Colours/Swift (5.12.0)

DEPENDENCIES:
- Colours/Swift

SPEC CHECKSUMS:
Colours: 4019e8eeb69d8840832eba1b3254abdbab4eec49

COCOAPODS: 0.39.0
10 changes: 10 additions & 0 deletions SwiftTransit.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02b418d

Please sign in to comment.