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