forked from doushiDev/ds_ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
61 lines (38 loc) · 973 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
platform :ios, '9.0'
use_frameworks!
def shared_pods
pod 'Kingfisher', '~> 1.6'
pod 'MJRefresh'
pod 'SDCycleScrollView','~> 1.3'
# pod 'VGParallaxHeader'
pod 'APParallaxHeader'
pod 'RoundImageView', '~> 1.0.1'
pod 'StrechyParallaxScrollView', '~> 0.1'
##TextField UI
pod 'TextFieldEffects'
##键盘扩展
pod 'IQKeyboardManagerSwift'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
#
pod 'Validator'
pod 'Qiniu', '~> 7.0'
pod 'MobilePlayer'
# pod 'Google-Mobile-Ads-SDK', '~> 7.0'
pod 'Fabric'
pod 'Answers'
# pod 'Crashlytics'
end
target 'ds_ios' do
pod 'Alamofire', '~> 4.0'
shared_pods
end
#
#target 'ds_watch Extension' do
#
# platform :watchos, '2.0'
#
# pod 'Alamofire', '~> 3.0'
# pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
#
#
#end