[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 2 / 6 / Chainable / 1.0.0 / Chainable.podspec.json
blobc8dc168209e2f1f9c78a32df1be63c66eeb5e6c4
2   "name": "Chainable",
3   "version": "1.0.0",
4   "summary": "Chainable syntax sugar for UIKit",
5   "description": "Just a simple syntax sugar for UIKit to write chainable code.",
6   "homepage": "https://github.com/xiaoyaogaojian/Chainable",
7   "authors": {
8     "xiaoyaogaojian": "xiaoyaogaojian@outlook.com"
9   },
10   "source": {
11     "git": "https://github.com/xiaoyaogaojian/Chainable.git",
12     "tag": "1.0.0"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Chainable/Classes/**/*",
22   "dependencies": {
23     "SnapKit": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Chainable/Classes/Core/**/*"
31     },
32     {
33       "name": "SnapKit",
34       "source_files": "Chainable/Classes/SnapKit/**/*",
35       "dependencies": {
36         "Chainable/Core": [
38         ],
39         "SnapKit": [
41         ]
42       }
43     }
44   ]