-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
74 lines (47 loc) · 1.61 KB
/
Podfile
File metadata and controls
74 lines (47 loc) · 1.61 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'com.awareframework.ios.sensor.core' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for com.awareframework.ios.sensor.core
end
target 'Pods-com.awareframework.ios.sensor.core_Example' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Pods-com.awareframework.ios.sensor.core_Example
end
target 'Pods-com.awareframework.ios.sensor.core_Tests' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Pods-com.awareframework.ios.sensor.core_Tests
end
target 'Realm' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Realm
end
target 'Realm-realm_objc_privacy' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Realm-realm_objc_privacy
end
target 'RealmSwift' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for RealmSwift
end
target 'RealmSwift-realm_swift_privacy' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for RealmSwift-realm_swift_privacy
end
target 'SwiftyJSON' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for SwiftyJSON
end
target 'SwiftyJSON-SwiftyJSON' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for SwiftyJSON-SwiftyJSON
end