Skip to content

Instantly share code, notes, and snippets.

@aroldan
Last active January 2, 2016 00:29
Show Gist options
  • Save aroldan/8224121 to your computer and use it in GitHub Desktop.
Save aroldan/8224121 to your computer and use it in GitHub Desktop.
Example Podfile
platform :ios, '6.0'
# networking, slider navigation, routing
pod 'AFNetworking', '~> 1.2.1'
pod 'ViewDeck', '~> 2.2.11'
pod 'JLRoutes', '~> 1.2'
# sub-apps, pulling from the head of each repo for development. alternately, we can pin it to a release version like we do the other pods
pod 'HSAPIClient', :head
pod 'HSCommonResources', :head
pod 'HSMarketingGraderApp', :head
pod 'HSContactsApp', :head
pod 'HSDashboardApp', :head
pod 'HSLoginApp', :head
pod 'HSSocialApp', :head
pod 'HSSourcesApp', :head
pod 'HSSettingsApp', :head
pod 'HSSocialReach', :head
pod 'HSEmailApp', :head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment