Slide 28
Slide 28 text
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/keslcod/specs.git'
platform :ios, '7.0'
inhibit_all_warnings!
def common_pods
pod 'Aspects', git: 'https://github.com/keslcod/Aspects', tag: '1.4.3'
pod 'ISO8601DateFormatter', git: 'https://github.com/keslcod/iso-8601-date-formatter', tag: '0.7.1'
pod 'Mantle', '~>1.5'
pod 'NSDate-Escort', git: 'https://github.com/keslcod/NSDate-Escort', tag: '1.5.3'
end
target 'Apotheken', exclusive: true do
common_pods
pod 'ActionSheetPicker-3.0'
pod 'DZNEmptyDataSet'
pod 'FXReachability', '~> 1.1'
pod 'GBDeviceInfo', '~> 3.0'
pod 'GoogleAnalytics', '~> 3.0'
pod 'GoogleMaps', '~>1.10'
pod 'GRMustache', '~> 7.3'
pod 'HockeySDK'
pod 'LiveFrost'
pod 'M13BadgeView', git: 'https://github.com/keslcod/M13BadgeView.git'
pod 'MagicalRecord/Core+Logging', git: 'https://github.com/magicalpanda/MagicalRecord.git', commit: 'e1703233f141535263555ca154c559a86c127e23'
pod 'MD5Digest'
pod 'MDCalendar', git: 'https://github.com/keslcod/MDCalendar.git'
pod 'MKMapViewZoom'
pod 'MWPhotoBrowser', git: 'https://github.com/keslcod/MWPhotoBrowser.git'
pod 'PSTAlertController'
pod 'PureLayout'
pod 'RHAddressBook', '~>1.1'
pod 'SDWebImage', :head
pod 'SMCalloutView', '~> 2.1'
pod 'SVProgressHUD', :head
pod 'SVWebViewController', '~>1.0'
pod 'TFBarcodeScanner', '~>1.1'
pod 'UIButton+TouchAreaInsets'
pod 'XLForm', git: 'https://github.com/keslcod/XLForm.git'
end
target 'Apotheken Watch App Extension', :exclusive => true do
platform :watchos, '2.0'
common_pods
end
target 'Apotheken Watch App', :exclusive => true do
platform :watchos, '2.0'
common_pods
end