-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
34 lines (25 loc) · 765 Bytes
/
Copy pathPodfile
File metadata and controls
34 lines (25 loc) · 765 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
26
27
28
29
30
31
32
33
# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'
#source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'SwiftyJSON' # , :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
pod 'XCGLogger'
pod 'ObjectMapper' #, :git => 'https://github.com/Hearst-DD/ObjectMapper.git'
pod 'ReactiveCocoa', '= 4.0.2-alpha-3'
pod 'Moya/ReactiveCocoa'
#pod 'IDAlertController'
#pod 'FBAnnotationClustering'
pod 'HanekeSwift'
# pod 'SDWebImage'
pod 'SwiftColors' #, :git=>"https://github.com/xxhank/SwiftColors.git"
# pod 'ExSwift'
pod 'TagListView'
pod 'UITableView+FDTemplateLayoutCell'
pod 'CircleProgressView', '~> 1.0'
target 'Memo' do
end
target 'MemoTests' do
end
target 'MemoUITests' do
end