[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 5 / SugarRecord / 2.2.7 / SugarRecord.podspec.json
blob0bc726b268a26a27db0561bbecb8d0229bfcab56
2   "name": "SugarRecord",
3   "version": "2.2.7",
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.2.7"
13   },
14   "social_media_url": "https://twitter.com/pepibumur",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "subspecs": [
21     {
22       "name": "CoreData",
23       "source_files": [
24         "SugarRecord/Source/Foundation/**/*.{swift}",
25         "SugarRecord/Source/CoreData/**/*.{swift}"
26       ],
27       "exclude_files": [
28         "SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
29         "SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
30       ],
31       "frameworks": [
32         "CoreData"
33       ],
34       "dependencies": {
35         "Result": [
36           "~> 2.0"
37         ]
38       },
39       "platforms": {
40         "ios": "8.0",
41         "osx": "10.10",
42         "watchos": "2.0",
43         "tvos": "9.0"
44       }
45     },
46     {
47       "name": "CoreData+iCloud",
48       "source_files": [
49         "SugarRecord/Source/Foundation/**/*.{swift}",
50         "SugarRecord/Source/CoreData/**/*.{swift}"
51       ],
52       "frameworks": [
53         "CoreData"
54       ],
55       "dependencies": {
56         "Result": [
57           "~> 2.0"
58         ]
59       }
60     },
61     {
62       "name": "CoreData+RX",
63       "source_files": [
64         "SugarRecord/Source/Foundation/**/*.{swift}",
65         "SugarRecord/Source/CoreData/**/*.{swift}",
66         "SugarRecord/Source/Reactive/**/*.{swift}"
67       ],
68       "exclude_files": [
69         "SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}",
70         "SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
71         "SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
72       ],
73       "dependencies": {
74         "RxSwift": [
75           "~> 2.4"
76         ],
77         "RxCocoa": [
78           "~> 2.4"
79         ],
80         "RxBlocking": [
81           "~> 2.4"
82         ],
83         "Result": [
84           "~> 2.0"
85         ]
86       },
87       "frameworks": [
88         "CoreData"
89       ],
90       "platforms": {
91         "ios": "8.0",
92         "osx": "10.10",
93         "watchos": "2.0",
94         "tvos": "9.0"
95       }
96     },
97     {
98       "name": "CoreData+RX+iCloud",
99       "source_files": [
100         "SugarRecord/Source/Foundation/**/*.{swift}",
101         "SugarRecord/Source/CoreData/**/*.{swift}",
102         "SugarRecord/Source/Reactive/**/*.{swift}"
103       ],
104       "exclude_files": [
105         "SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}"
106       ],
107       "dependencies": {
108         "RxSwift": [
109           "~> 2.4"
110         ],
111         "RxCocoa": [
112           "~> 2.4"
113         ],
114         "RxBlocking": [
115           "~> 2.4"
116         ],
117         "Result": [
118           "~> 2.0"
119         ]
120       },
121       "frameworks": [
122         "CoreData"
123       ]
124     },
125     {
126       "name": "CoreData+RAC",
127       "source_files": [
128         "SugarRecord/Source/Foundation/**/*.{swift}",
129         "SugarRecord/Source/CoreData/**/*.{swift}",
130         "SugarRecord/Source/Reactive/**/*.{swift}"
131       ],
132       "exclude_files": [
133         "SugarRecord/Source/Reactive/Rx/**/*.{swift}",
134         "SugarRecord/Source/CoreData/Entities/iCloudConfig.swift",
135         "SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift"
136       ],
137       "dependencies": {
138         "ReactiveCocoa": [
139           "4.1.0"
140         ],
141         "Result": [
142           "~> 2.0"
143         ]
144       },
145       "frameworks": [
146         "CoreData"
147       ],
148       "platforms": {
149         "ios": "8.0",
150         "osx": "10.10",
151         "watchos": "2.0",
152         "tvos": "9.0"
153       }
154     },
155     {
156       "name": "CoreData+RAC+iCloud",
157       "source_files": [
158         "SugarRecord/Source/Foundation/**/*.{swift}",
159         "SugarRecord/Source/CoreData/**/*.{swift}",
160         "SugarRecord/Source/Reactive/**/*.{swift}"
161       ],
162       "exclude_files": [
163         "SugarRecord/Source/Reactive/Rx/**/*.{swift}"
164       ],
165       "dependencies": {
166         "ReactiveCocoa": [
167           "4.1.0"
168         ],
169         "Result": [
170           "~> 2.0"
171         ]
172       },
173       "frameworks": [
174         "CoreData"
175       ]
176     },
177     {
178       "name": "Realm",
179       "source_files": [
180         "SugarRecord/Source/Foundation/**/*.{swift}",
181         "SugarRecord/Source/Realm/**/*.{swift}"
182       ],
183       "dependencies": {
184         "RealmSwift": [
185           "~> 0.99"
186         ],
187         "Result": [
188           "~> 2.0"
189         ]
190       }
191     },
192     {
193       "name": "Realm+RX",
194       "source_files": [
195         "SugarRecord/Source/Foundation/**/*.{swift}",
196         "SugarRecord/Source/Realm/**/*.{swift}",
197         "SugarRecord/Source/Reactive/**/*.{swift}"
198       ],
199       "exclude_files": [
200         "SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}"
201       ],
202       "dependencies": {
203         "RxSwift": [
204           "~> 2.4"
205         ],
206         "RxCocoa": [
207           "~> 2.4"
208         ],
209         "RxBlocking": [
210           "~> 2.4"
211         ],
212         "RealmSwift": [
213           "~> 0.99"
214         ],
215         "Result": [
216           "~> 2.0"
217         ]
218       }
219     },
220     {
221       "name": "Realm+RAC",
222       "source_files": [
223         "SugarRecord/Source/Foundation/**/*.{swift}",
224         "SugarRecord/Source/Realm/**/*.{swift}",
225         "SugarRecord/Source/Reactive/**/*.{swift}"
226       ],
227       "exclude_files": [
228         "SugarRecord/Source/Reactive/Rx/**/*.{swift}"
229       ],
230       "dependencies": {
231         "ReactiveCocoa": [
232           "4.1.0"
233         ],
234         "RealmSwift": [
235           "~> 0.99"
236         ],
237         "Result": [
238           "~> 2.0"
239         ]
240       }
241     }
242   ]