forked from wordpress-mobile/WordPress-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
51 lines (45 loc) · 2.08 KB
/
Podfile
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
source 'https://github.com/CocoaPods/Specs.git'
xcodeproj 'WordPress/WordPress.xcodeproj'
inhibit_all_warnings!
platform :ios, '7.0'
pod 'AFNetworking', '~> 2.3.1'
pod 'Reachability', '3.1.1'
pod 'NSURL+IDN', '0.3'
pod 'DTCoreText', '1.6.13'
pod 'UIDeviceIdentifier', '~> 0.1'
pod 'SVProgressHUD', :git => 'https://github.com/TransitApp/SVProgressHUD.git', :commit => '2ac46ae2f2dd37db153ce1daea73b1273ac2bba3'
pod 'AMPopTip', '~> 0.7'
pod 'wpxmlrpc', '~> 0.6'
pod 'WordPressApi', :git => 'https://github.com/wordpress-mobile/WordPressApi.git', :tag => '0.2.1'
pod 'NSObject-SafeExpectations', '0.0.2'
pod 'Mixpanel', '2.5.4'
pod 'CocoaLumberjack', '~>1.9'
pod 'NSLogger-CocoaLumberjack-connector', '~>1.3'
pod 'google-plus-ios-sdk', '~>1.5'
pod 'MGImageUtilities', :git => 'git://github.com/wordpress-mobile/MGImageUtilities.git', :branch => 'gifsupport'
pod 'EmailChecker', :podspec => 'https://raw.github.com/wordpress-mobile/EmailChecker/master/ios/EmailChecker.podspec'
pod 'CrashlyticsLumberjack', '~>1.0.0'
pod 'HockeySDK', '~>3.6.0'
pod 'Helpshift', '~>4.8.0'
pod 'CTAssetsPickerController', '~> 2.7.0'
pod 'WordPress-iOS-Shared', '0.1.6'
pod 'WordPress-iOS-Editor', :git => 'git://github.com/wordpress-mobile/WordPress-iOS-Editor', :commit => '63e5b670820bc4fede001d33e6c1bb63a88c1835'
pod 'WordPressCom-Stats-iOS', '0.1.6'
pod 'WordPressCom-Analytics-iOS', '0.0.19'
pod 'NSObject-SafeExpectations', '0.0.2'
pod 'SocketRocket', :git => 'https://github.com/jleandroperez/SocketRocket.git', :branch => 'master'
pod 'Simperium', '0.7.6'
pod 'Lookback', '0.9.0', :configurations => ['Release-Internal']
pod "WordPress-AppbotX", :git => "https://github.com/wordpress-mobile/appbotx.git", :commit => "a0273598d22aac982bec5807e638050b0032a9c9"
pod 'MRProgress', '~>0.7.0'
pod 'NewRelicAgent', '~> 4.152', :configurations => ['Release-Internal']
target 'WordPressTodayWidget', :exclusive => true do
pod 'WordPressCom-Stats-iOS', '0.1.6'
end
target :WordPressTest, :exclusive => true do
pod 'OHHTTPStubs', '1.1.1'
pod 'OCMock'
end
target 'UITests', :exclusive => true do
pod 'KIF/IdentifierTests', '~>3.1'
end