[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 2 / 3 / e / DAO / 1.0.4 / DAO.podspec.json
blobaefc89c40b07774295ab1248621b7bb649191f93
2   "name": "DAO",
3   "version": "1.0.4",
4   "summary": "DAO Library",
5   "description": "Library provides easy way to cache entities.",
6   "homepage": "https://github.com/RedMadRobot/DAO",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vani2": "iv@redmadrobot.com"
13   },
14   "source": {
15     "git": "https://github.com/RedMadRobot/DAO.git",
16     "tag": "1.0.4",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "DAO/Classes/Core/**/*",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Realm",
27       "source_files": [
28         "DAO/Classes/RealmDAO/**/*",
29         "DAO/Classes/Core/**/*"
30       ],
31       "dependencies": {
32         "RealmSwift": [
34         ]
35       }
36     },
37     {
38       "name": "CoreData",
39       "source_files": [
40         "DAO/Classes/CoreDataDAO/**/*",
41         "DAO/Classes/Core/**/*"
42       ]
43     }
44   ]