-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
28 lines (21 loc) · 949 Bytes
/
Copy pathPodfile
File metadata and controls
28 lines (21 loc) · 949 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
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target :QuanZai
use_frameworks!
pod 'HMSegmentedControl'
pod 'KeychainAccess'
#pod 'UMengAnalytics', '~> 3.5.16'
#pod 'MBProgressHUD' # https://github.com/jdg/MBProgressHUD
pod 'Alamofire', '~> 3.4'
#pod 'AlamofireObjectMapper', '~> 3.0' # https://github.com/tristanhimmelman/AlamofireObjectMapper
pod 'AlamofireImage', '~> 2.0' # https://github.com/Alamofire/AlamofireImage
pod 'SwiftyJSON' # https://github.com/SwiftyJSON/Alamofire-SwiftyJSON
pod 'SlideMenuControllerSwift' # https://github.com/dekatotoro/SlideMenuControllerSwift
pod 'SwiftyDrop', '~>2.0' # https://github.com/morizotter/SwiftyDrop
pod 'AMap3DMap'
pod 'AMapSearch', '~>4.0.0'
pod 'SnapKit', '~> 0.21.1'
#pod 'ImagePicker'
pod 'ObjectMapper'
pod 'Presentr'
pod 'GradientCircularProgress', :git => 'https://github.com/keygx/GradientCircularProgress'