Skip to content

Commit

Permalink
Using CocoaPods and a Development Pod
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Oct 13, 2015
1 parent b8d7734 commit 9efe8be
Show file tree
Hide file tree
Showing 63 changed files with 3,653 additions and 312 deletions.
11 changes: 7 additions & 4 deletions Podfile
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
89 changes: 89 additions & 0 deletions Pods/Commander/Commander/ArgumentConvertible.swift

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

236 changes: 236 additions & 0 deletions Pods/Commander/Commander/ArgumentDescription.swift

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

Loading

0 comments on commit 9efe8be

Please sign in to comment.