-
Notifications
You must be signed in to change notification settings - Fork 97
/
Podfile
32 lines (25 loc) · 825 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
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'EnglishCommunity-swift' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for EnglishCommunity-swift
pod 'SnapKit', '~> 3.0.2'
pod 'SwiftyJSON', :git => 'https://github.com/IBM-Swift/SwiftyJSON.git'
pod 'Alamofire', '~> 4.0'
pod 'SVProgressHUD', '~> 2.0.3'
pod 'NVActivityIndicatorView'
pod 'SDCycleScrollView','~> 1.64'
pod 'YYWebImage', '1.0.3'
pod 'MJRefresh', '~> 3.1.0'
pod 'pop', '~> 1.0.9'
pod 'FMDB'
pod 'Firebase/AdMob'
pod 'ShareSDK3'
pod 'MOBFoundation'
pod 'ShareSDK3/ShareSDKUI'
pod 'ShareSDK3/ShareSDKPlatforms/QQ'
pod 'ShareSDK3/ShareSDKPlatforms/SinaWeibo'
pod 'ShareSDK3/ShareSDKPlatforms/WeChat'
pod 'ASIHTTPRequest', '~> 1.8.2'
end