-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
20 lines (18 loc) · 891 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
xcodeproj 'WordPress/WordPress.xcodeproj'
platform :ios, '5.0'
pod 'AFNetworking', '~> 1.0'
pod 'Reachability', '~> 3.0.0'
pod 'JSONKit', '~> 1.4'
pod 'NSURL+IDN', :podspec => 'https://raw.github.com/koke/NSURL-IDN/master/Podfile'
pod 'CTidy', :git => 'git://github.com/wordpress-mobile/CTidy.git'
pod 'DTCoreText', '~> 1.0.0'
pod 'UIDeviceIdentifier', '~> 0.1'
pod 'SVProgressHUD', '~> 0.9'
pod 'SSKeychain', '~> 0.2'
pod 'SFHFKeychainUtils', '~> 0.0.1'
pod 'WPXMLRPC', :podspec => 'https://raw.github.com/wordpress-mobile/wpxmlrpc/master/WPXMLRPC.podspec'
pod 'WordPressApi', :podspec => 'https://raw.github.com/koke/WordPressApi/master/WordPressApi.podspec'
pod 'NSObject-SafeExpectations', :podspec => 'https://raw.github.com/koke/NSObject-SafeExpectations/master/NSObject-SafeExpectations.podspec'
target :WordPressTest, :exclusive => true do
pod 'OHHTTPStubs', '~> 1.1'
end