forked from joshhinman/StreamHub-iOS-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
28 lines (25 loc) · 791 Bytes
/
Podfile
File metadata and controls
28 lines (25 loc) · 791 Bytes
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
source 'https://github.com/Livefyre/cocoapods.git'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
#xcodeproj 'LFSClient.xcodeproj'
target :'LFSClient' do
pod 'AFNetworking', '2.6.3'
pod 'JWT', '~> 1.0.3'
pod 'Base64', '~> 1.0.1'
pod 'NSString-Hashes', '~> 1.2.2'
pod 'LFJSONKit', '~> 1.6a'
pod 'MBProgressHUD', '~> 0.9.2'
end
target :'LFSClientTests' do
# link_with 'LFSClientTests'
platform :ios, '7.0'
#pod 'Kiwi/XCTest'
pod 'OHHTTPStubs'
pod 'XCTest+OHHTTPStubSuiteCleanUp'
pod 'JWT', '~> 1.0.3'
pod 'Base64', '~> 1.0.1'
pod 'NSString-Hashes', '~> 1.2.2'
pod 'AFHTTPRequestOperationLogger' #, '~> 2.0.0'
pod 'LFJSONKit', '~> 1.6a'
pod 'Expecta', '~> 0.2.1' # readable pass conditions
end