forked from hilen/TSWeChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
35 lines (31 loc) · 729 Bytes
/
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
source 'https://github.com/CocoaPods/Specs.git'
platform:ios,'8.0'
use_frameworks!
# ignore all warnings from all pods
inhibit_all_warnings!
def pods
#Swift
pod 'Alamofire'
pod 'Kingfisher'
pod 'ObjectMapper', '~> 1.1'
pod 'SwiftyJSON'
pod 'Dollar'
pod 'Cent'
pod 'KeychainAccess', '~> 2.3.4'
pod 'UIColor_Hex_Swift', '~> 2.0'
pod 'RxSwift', '~> 2.3.1'
pod 'RxCocoa', '~> 2.3.1'
pod 'RxBlocking', '~> 2.3.1'
pod 'XCGLogger'
pod 'Swift_cURLCommand'
pod 'SnapKit'
pod 'BSImagePicker', '~> 2.2'
pod 'TSVoiceConverter'
#Objective-C
pod 'YYText'
pod 'SVProgressHUD', '~> 2.0-beta8'
pod 'INTULocationManager'
end
target 'TSWeChat' do
pods
end