[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 5 / SugarRecord / 3.1.1 / SugarRecord.podspec.json
blobcb9a7b1fd98aaa40315c0a7e860aaba01658d097
2   "name": "SugarRecord",
3   "version": "3.1.1",
4   "summary": "CoreData wrapper 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.1.1"
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   ]