forked from wordpress-mobile/WordPress-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
29 lines (26 loc) · 1.14 KB
/
Podfile
File metadata and controls
29 lines (26 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
xcodeproj 'WordPress/WordPress.xcodeproj'
inhibit_all_warnings!
platform :ios, '7.0'
pod 'AFNetworking', '1.2.0'
pod 'Reachability', '3.0.0'
pod 'NSURL+IDN', :podspec => 'https://raw.github.com/koke/NSURL-IDN/master/Podfile'
pod 'DTCoreText', '1.6.9'
pod 'UIDeviceIdentifier', '~> 0.1'
pod 'SVProgressHUD', '~> 0.9'
pod 'wpxmlrpc', '~> 0.4'
pod 'WordPressApi', :git => 'https://github.com/koke/WordPressApi.git'
pod 'NSObject-SafeExpectations', :podspec => 'https://raw.github.com/koke/NSObject-SafeExpectations/master/NSObject-SafeExpectations.podspec'
pod 'Mixpanel', '2.3.1'
pod 'CocoaLumberjack', '~>1.6.2'
pod 'NSLogger-CocoaLumberjack-connector', '~>1.3'
pod 'google-plus-ios-sdk', '1.3.0'
pod 'MGImageUtilities', :git => 'git://github.com/wordpress-mobile/MGImageUtilities.git'
pod 'Quantcast-Measure', '~> 1.2.10'
pod 'CocoaLumberjack', '1.6.2'
pod 'NSLogger-CocoaLumberjack-connector', '~>1.3'
pod 'EmailChecker', :podspec => 'https://raw.github.com/wordpress-mobile/EmailChecker/master/ios/EmailChecker.podspec'
pod 'CrashlyticsLumberjack', '~>1.0.0'
pod 'HockeySDK', '~>3.5.0'
target :WordPressTest, :exclusive => true do
pod 'OHHTTPStubs', '1.1.1'
end