forked from SwiftGen/SwiftGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using CocoaPods and a Development Pod
- Loading branch information
1 parent
b8d7734
commit 9efe8be
Showing
63 changed files
with
3,653 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
platform :osx, '10.9' | ||
use_frameworks! | ||
|
||
plugin 'cocoapods-rome' | ||
|
||
pod 'Commander' | ||
pod 'SwiftGenKit', :path => 'SwiftGenKit' | ||
target 'swiftgen' do | ||
pod 'Commander' | ||
pod 'SwiftGenKit', :path => 'SwiftGenKit' | ||
end | ||
|
||
target 'SwiftGenKitTests' do | ||
pod 'SwiftGenKit', :path => 'SwiftGenKit' | ||
end |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.