[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 5 / SugarRecord / 2.1.0 / SugarRecord.podspec.json
blob0906dc2f837f464c836d6ee6456be435a003b016
2   "name": "SugarRecord",
3   "version": "2.1.0",
4   "summary": "CoreData wrapper written on Swift",
5   "homepage": "https://github.com/SwiftReactive/SugarRecord",
6   "license": "MIT",
7   "authors": {
8     "Pedro": "pedro@gitdo.io"
9   },
10   "source": {
11     "git": "https://github.com/SwiftReactive/SugarRecord.git",
12     "tag": "2.1.0"
13   },
14   "social_media_url": "https://twitter.com/pepibumur",
15   "requires_arc": true,
16   "platforms": {
17     "tvos": "9.0",
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "2.0"
21   },
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": [
26         "SugarRecord/Source/Foundation/**/*.{swift}",
27         "SugarRecord/Source/Reactive/**/*.{swift}"
28       ],
29       "dependencies": {
30         "Result": [
31           "~> 1.0"
32         ],
33         "ReactiveCocoa": [
34           "4.0.4-alpha-4"
35         ]
36       }
37     },
38     {
39       "name": "CoreData",
40       "source_files": [
41         "SugarRecord/Source/CoreData/**/*.{swift}"
42       ],
43       "dependencies": {
44         "SugarRecord/Foundation": [
46         ]
47       },
48       "frameworks": [
49         "CoreData"
50       ]
51     }
52   ]