-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
executable file
·45 lines (40 loc) · 1.13 KB
/
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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
platform :ios , '9.1'
#project '/Volumes/SHARED/xcode/YumaApp/YumaApp.xcworkspace'
project '/Volumes/SHARED/xcode/YumaApp/YumaApp.xcodeproj'
target 'YumaApp' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for YumaApp
#pod 'R.swift'
#add '"$PODS_ROOT/R.swift/rswift" generate "$SRCROOT"'
#pod 'Siesta', '~> 1.0'
#pod 'Siesta/UI', '~> 1.0'
#pod 'Alamofire', '~>4.5'
#pod 'Former'
#pod 'SwiftForms'
#pod 'SwiftyFORM'
#pod 'Eureka'
#pod 'AngleGradientLayer', '~> 1.0'
#pod 'SwiftyJSON'
#pod "SwiftDataTables"
#pod 'PCLBlurEffectAlert'
pod 'MGSwipeTableCell'
#pod 'Awesome'
pod 'AwesomeEnum', :git => 'https://github.com/LiveUI/Awesome.git', :tag => '1.3.0'
#pod 'AwesomeEnum'#, '~> 1.2.0'
#pod 'XMLMapper'
pod 'SWXMLHash'#, '~> 4.0.0'
pod 'SQLite.swift'#, '~> 0.11.5'
pod 'DateToolsSwift'
pod 'OHHTTPStubs/Swift'
target 'YumaAppTests' do
inherit! :search_paths
# Pods for testing
end
target 'YumaAppUITests' do
inherit! :search_paths
# Pods for testing
end
end