[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 5 / SugarRecord / 2.1.4 / SugarRecord.podspec.json
blob1d929689962fd95a9df17c50160069ddb52023f1
2   "name": "SugarRecord",
3   "version": "2.1.4",
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.4"
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         "RxSwift": [
37           "~> 2.0.0-beta"
38         ],
39         "RxCocoa": [
40           "~> 2.0.0-beta"
41         ],
42         "RxBlocking": [
43           "~> 2.0.0-beta"
44         ]
45       }
46     },
47     {
48       "name": "CoreData",
49       "source_files": [
50         "SugarRecord/Source/CoreData/**/*.{swift}"
51       ],
52       "dependencies": {
53         "SugarRecord/Foundation": [
55         ]
56       },
57       "frameworks": [
58         "CoreData"
59       ]
60     },
61     {
62       "name": "Realm",
63       "source_files": [
64         "SugarRecord/Source/Realm/**/*.{swift}"
65       ],
66       "dependencies": {
67         "SugarRecord/Foundation": [
69         ],
70         "RealmSwift": [
71           "~> 0.97"
72         ]
73       }
74     }
75   ]