Last active
August 29, 2015 14:13
-
-
Save alex-zige/33fe6f20670562b5df5b to your computer and use it in GitHub Desktop.
Pods list
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
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