[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 5 / SugarRecord / 2.1.8 / SugarRecord.podspec.json
blobf0e463723f42587e457c1931514d1ee44c19d471
2   "name": "SugarRecord",
3   "version": "2.1.8",
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.8"
13   },
14   "social_media_url": "https://twitter.com/pepibumur",
15   "requires_arc": true,
16   "default_subspecs": [
17     "Realm",
18     "CoreData"
19   ],
20   "platforms": {
21     "tvos": "9.0",
22     "ios": "8.0",
23     "osx": "10.10",
24     "watchos": "2.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       ],
36       "frameworks": [
37         "CoreData"
38       ],
39       "dependencies": {
40         "Result": [
41           "~> 1.0"
42         ]
43       }
44     },
45     {
46       "name": "CoreData+RX",
47       "source_files": [
48         "SugarRecord/Source/Foundation/**/*.{swift}",
49         "SugarRecord/Source/CoreData/**/*.{swift}",
50         "SugarRecord/Source/Reactive/**/*.{swift}"
51       ],
52       "exclude_files": [
53         "SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}"
54       ],
55       "dependencies": {
56         "RxSwift": [
57           "~> 2.0.0"
58         ],
59         "RxCocoa": [
60           "~> 2.0.0"
61         ],
62         "RxBlocking": [
63           "~> 2.0.0"
64         ],
65         "Result": [
66           "~> 1.0"
67         ]
68       },
69       "frameworks": [
70         "CoreData"
71       ]
72     },
73     {
74       "name": "CoreData+RAC",
75       "source_files": [
76         "SugarRecord/Source/Foundation/**/*.{swift}",
77         "SugarRecord/Source/CoreData/**/*.{swift}",
78         "SugarRecord/Source/Reactive/**/*.{swift}"
79       ],
80       "exclude_files": [
81         "SugarRecord/Source/Reactive/Rx/**/*.{swift}"
82       ],
83       "dependencies": {
84         "ReactiveCocoa": [
85           "4.0.0-RC.1"
86         ],
87         "Result": [
88           "~> 1.0"
89         ]
90       },
91       "frameworks": [
92         "CoreData"
93       ]
94     },
95     {
96       "name": "Realm",
97       "source_files": [
98         "SugarRecord/Source/Foundation/**/*.{swift}",
99         "SugarRecord/Source/Realm/**/*.{swift}"
100       ],
101       "exclude_files": [
102         "SugarRecord/Source/Realm/Reactive/**/*.{swift}"
103       ],
104       "dependencies": {
105         "RealmSwift": [
106           "~> 0.97"
107         ],
108         "Result": [
109           "~> 1.0"
110         ]
111       }
112     },
113     {
114       "name": "Realm+RX",
115       "source_files": [
116         "SugarRecord/Source/Foundation/**/*.{swift}",
117         "SugarRecord/Source/Realm/**/*.{swift}",
118         "SugarRecord/Source/Reactive/**/*.{swift}"
119       ],
120       "exclude_files": [
121         "SugarRecord/Source/Reactive/ReactiveCocoa/**/*.{swift}"
122       ],
123       "dependencies": {
124         "RxSwift": [
125           "~> 2.0.0"
126         ],
127         "RxCocoa": [
128           "~> 2.0.0"
129         ],
130         "RxBlocking": [
131           "~> 2.0.0"
132         ],
133         "RealmSwift": [
134           "~> 0.97"
135         ],
136         "Result": [
137           "~> 1.0"
138         ]
139       }
140     },
141     {
142       "name": "Realm+RAC",
143       "source_files": [
144         "SugarRecord/Source/Foundation/**/*.{swift}",
145         "SugarRecord/Source/Realm/**/*.{swift}",
146         "SugarRecord/Source/Reactive/**/*.{swift}"
147       ],
148       "exclude_files": [
149         "SugarRecord/Source/Reactive/Rx/**/*.{swift}"
150       ],
151       "dependencies": {
152         "ReactiveCocoa": [
153           "4.0.0-RC.1"
154         ],
155         "RealmSwift": [
156           "~> 0.97"
157         ],
158         "Result": [
159           "~> 1.0"
160         ]
161       }
162     }
163   ]