[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 5 / SugarRecord / 3.0.0-alpha.2 / SugarRecord.podspec.json
blobafbb6712a4a91b146281b5ddee5e9e22c77a906f
2   "name": "SugarRecord",
3   "version": "3.0.0-alpha.2",
4   "summary": "CoreData & Realmwrapper written on Swift",
5   "homepage": "https://github.com/carambalabs/SugarRecord",
6   "license": "MIT",
7   "authors": {
8     "Pedro": "pepibumur@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/carambalabs/SugarRecord.git",
12     "tag": "3.0.0-alpha.2"
13   },
14   "social_media_url": "https://twitter.com/carambalabs",
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           "~> 3.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           "~> 3.0"
58         ]
59       }
60     },
61     {
62       "name": "Realm",
63       "source_files": [
64         "SugarRecord/Source/Foundation/**/*.{swift}",
65         "SugarRecord/Source/Realm/**/*.{swift}"
66       ],
67       "dependencies": {
68         "RealmSwift": [
69           "~> 1.1"
70         ],
71         "Result": [
72           "~> 3.0"
73         ]
74       }
75     }
76   ]