-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
33 lines (29 loc) · 932 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
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
use_frameworks!
target 'WeImg' do
pod 'Alamofire', '~> 3.1.4'
pod 'SwiftyJSON', '~> 2.3.2'
# pod 'ObjectMapper', '~> 1.1.1'
pod 'AlamofireObjectMapper', '~> 2.1'
pod 'Qiniu', '~> 7.0'
pod 'Ruler', '~> 0.6'
pod 'Proposer', '~> 0.7.1'
pod 'Navi', '~> 0.3.9'
pod 'SQLite.swift', :git => 'https://github.com/stephencelis/SQLite.swift'
pod 'KeyboardMan', '~> 0.5.2'
pod 'DeviceGuru', '~> 1.3.3'
pod 'TPKeyboardAvoiding', '~> 1.2.11'
pod 'Kingfisher', '~> 2.0.1'
pod 'FXBlurView', '~> 1.6.4'
pod 'MonkeyKing', '0.0.2'
# pod 'RealmSwift', '0.97.0'
pod 'CryptoSwift', '~> 0.2.2'
pod 'QBImagePickerController', '~> 3.4.0'
pod 'DateTools', '~> 1.7.0'
pod 'PKHUD', '~> 3.1.0'
pod 'XXNibBridge', '~> 2.2'
pod 'OpenShare', '~> 0.0'
end
target 'WeImgTests' do
end