Skip to content

Instantly share code, notes, and snippets.

@alex-zige
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-zige/33fe6f20670562b5df5b to your computer and use it in GitHub Desktop.
Save alex-zige/33fe6f20670562b5df5b to your computer and use it in GitHub Desktop.
Pods list
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
inhibit_all_warnings!
def import_pods
pod 'AFNetworking', '~> 1.3.2'
pod 'DCKeyValueObjectMapping'
pod 'ISO8601DateFormatter', '~> 0.7'
pod 'MRProgress', '~> 0.8.0'
pod 'Masonry', '~> 0.5.3'
pod 'PSAlertView', '~> 1.1'
pod 'GVUserDefaults', '~> 0.9.4'
pod 'Appirater', '~> 2.0.2'
pod 'NewRelicAgent'
pod 'MiawKit', '~> 1.1'
pod 'FormatterKit', '~> 1.7.1'
pod 'KeepLayout', :git => 'https://github.com/iMartinKiss/KeepLayout.git'
pod 'CrashlyticsFramework'
pod 'SDWebImage', '~>3.6'
pod 'Reveal-iOS-SDK', :configurations => ['Debug']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment