[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 5 / SugarRecord / 2.1.9 / SugarRecord.podspec.json
blob2ac106c6419ff562a83ba91e7309a90352a2b199
2   "name": "SugarRecord",
3   "version": "2.1.9",
4   "summary": "CoreData wrapper written on Swift",
5   "homepage": "https://github.com/pepibumur/SugarRecord",
6   "license": "MIT",
7   "authors": {
8     "Pedro": "pedro@gitdo.io"
9   },
10   "source": {
11     "git": "https://github.com/pepibumur/SugarRecord.git",
12     "tag": "2.1.9"
13   },
14   "social_media_url": "https://twitter.com/pepibumur",
15   "requires_arc": true,
16   "default_subspecs": [
17     "Realm",
18     "CoreData"
19   ],
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "subspecs": [
27     {
28       "name": "CoreData",
29       "source_files": [
30         "SugarRecord/Source/Foundation/**/*.{swift}",
31         "SugarRecord/Source/CoreData/**/*.{swift}"
32       ],
33       "exclude_files": [
34         "SugarRecord/Source/CoreData/Reactive/**/*.{swift}",
35         "SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
36         "SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
37       ],
38       "frameworks": [
39         "CoreData"
40       ],
41       "dependencies": {
42         "Result": [
43           "~> 1.0"
44         ]
45       }
46     },
47     {
48       "name": "CoreData+RX",
49       "source_files": [
50         "SugarRecord/Source/Foundation/**/*.{swift}",
51         "SugarRecord/Source/CoreData/**/*.{swift}",
52         "SugarRecord/Source/Reactive/**/*.{swift}"
53       ],
54       "exclude_files": [
55         "SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}",
56         "SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
57         "SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
58       ],
59       "dependencies": {
60         "RxSwift": [
61           "~> 2.0.0"
62         ],
63         "RxCocoa": [
64           "~> 2.0.0"
65         ],
66         "RxBlocking": [
67           "~> 2.0.0"
68         ],
69         "Result": [
70           "~> 1.0"
71         ]
72       },
73       "frameworks": [
74         "CoreData"
75       ]
76     },
77     {
78       "name": "CoreData+RAC",
79       "source_files": [
80         "SugarRecord/Source/Foundation/**/*.{swift}",
81         "SugarRecord/Source/CoreData/**/*.{swift}",
82         "SugarRecord/Source/Reactive/**/*.{swift}"
83       ],
84       "exclude_files": [
85         "SugarRecord/Source/Reactive/Rx/**/*.{swift}",
86         "SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
87         "SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
88       ],
89       "dependencies": {
90         "ReactiveCocoa": [
91           "4.0.0-RC.2"
92         ],
93         "Result": [
94           "~> 1.0"
95         ]
96       },
97       "frameworks": [
98         "CoreData"
99       ]
100     },
101     {
102       "name": "Realm",
103       "source_files": [
104         "SugarRecord/Source/Foundation/**/*.{swift}",
105         "SugarRecord/Source/Realm/**/*.{swift}"
106       ],
107       "exclude_files": [
108         "SugarRecord/Source/Realm/Reactive/**/*.{swift}"
109       ],
110       "dependencies": {
111         "RealmSwift": [
112           "~> 0.97"
113         ],
114         "Result": [
115           "~> 1.0"
116         ]
117       }
118     },
119     {
120       "name": "Realm+RX",
121       "source_files": [
122         "SugarRecord/Source/Foundation/**/*.{swift}",
123         "SugarRecord/Source/Realm/**/*.{swift}",
124         "SugarRecord/Source/Reactive/**/*.{swift}"
125       ],
126       "exclude_files": [
127         "SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}"
128       ],
129       "dependencies": {
130         "RxSwift": [
131           "~> 2.0.0"
132         ],
133         "RxCocoa": [
134           "~> 2.0.0"
135         ],
136         "RxBlocking": [
137           "~> 2.0.0"
138         ],
139         "RealmSwift": [
140           "~> 0.97"
141         ],
142         "Result": [
143           "~> 1.0"
144         ]
145       }
146     },
147     {
148       "name": "Realm+RAC",
149       "source_files": [
150         "SugarRecord/Source/Foundation/**/*.{swift}",
151         "SugarRecord/Source/Realm/**/*.{swift}",
152         "SugarRecord/Source/Reactive/**/*.{swift}"
153       ],
154       "exclude_files": [
155         "SugarRecord/Source/Reactive/Rx/**/*.{swift}"
156       ],
157       "dependencies": {
158         "ReactiveCocoa": [
159           "4.0.0-RC.2"
160         ],
161         "RealmSwift": [
162           "~> 0.97"
163         ],
164         "Result": [
165           "~> 1.0"
166         ]
167       }
168     }
169   ]