Slide 18
Slide 18 text
platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'Meetup' do
pod 'RealmSwift', '~> 1.1.0'
pod 'Alamofire', '~> 3.5.0'
pod 'SocketRocket', '~> 0.5.0'
pod 'SwiftyJSON', :git => 'https://github.com/Navdy/SwiftyJSON.git', :branch => 'xcode8b6'
pod 'BuddyBuildSDK', '~> 1.0.12'
pod 'RMStore', '~> 0.7'
pod 'Static', git: 'https://github.com/venmo/Static.git'
pod 'CLTokenInputView', '~> 2.3.0'
pod 'KeychainAccess', '~> 2.4.0'
pod 'XLForm', '~> 3.1.1'
pod '1PasswordExtension', '~> 1.8'
pod 'FormatterKit/TimeIntervalFormatter', '~> 1.8'
pod 'Nuke', '~> 3.2.0'
pod 'KVOController', '~> 1.1.0'
pod 'BRYHTMLParser', '~> 2.1.0'
pod 'AcknowList', :git => 'https://github.com/vtourraine/AcknowList.git', :branch => 'swift-2-3'
pod 'ReachabilitySwift', '~> 2.4.0'
pod 'NSAttributedString+CCLFormat', '~> 1.2.0'
pod 'NYTPhotoViewer/Core', '~> 1.1.0'
pod 'RSKGrowingTextView', '~> 1.2.0'
pod 'Google/SignIn', '~> 2.0.3'
pod 'FBSDKLoginKit', '~> 4.16'
pod 'UIColor_Hex_Swift', :git => 'https://github.com/yeahdongcn/UIColor-Hex-Swift.git', :branch => 'Swift-2.3'
pod 'DeepLinkKit', '~> 1.2.1'
target 'MeetupTests' do
inherit! :search_paths
pod 'OHHTTPStubs', '~> 5.0.0'
end
end