Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Last active October 11, 2015 05:38
Show Gist options
  • Select an option

  • Save macbaszii/b0f3ccf3c62568b43ebe to your computer and use it in GitHub Desktop.

Select an option

Save macbaszii/b0f3ccf3c62568b43ebe to your computer and use it in GitHub Desktop.
use_frameworks!
def shared_pods
pod 'AFNetworking', '~> 2.0.0'
pod 'MMWormhole'
end
target 'My App' do
platform :ios, '9.0'
pod 'Mantle'
shared_pods
end
target 'My App Watch Extension' do
platform :watchos, '2.0'
shared_pods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment