[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / b / c / CKToolbox / 0.0.9 / CKToolbox.podspec.json
blob579749ace46fc76468f9bc1c99fefaf275e499fe
2   "name": "CKToolbox",
3   "version": "0.0.9",
4   "summary": "A toolbox library for ComponentKit",
5   "description": "A suite of helpers and features for working with Facebook ComponentKit",
6   "homepage": "https://github.com/itsthejb/CKToolbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jonathan Crooke": "jon.crooke@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/itsthejb/CKToolbox.git",
16     "tag": "v0.0.9"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "ComponentKit": [
24       "0.14"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "All",
30       "dependencies": {
31         "CKToolbox/ChangesetBuilder": [
33         ],
34         "CKToolbox/TableViewDataSource": [
36         ],
37         "CKToolbox/RemoveAll": [
39         ]
40       }
41     },
42     {
43       "name": "ChangesetBuilder",
44       "source_files": "Modules/ChangesetBuilder/*.{h,m,mm}"
45     },
46     {
47       "name": "TableViewDataSource",
48       "source_files": "Modules/TableViewDataSource/*.{h,m,mm}",
49       "dependencies": {
50         "CKToolbox/RemoveAll": [
52         ]
53       }
54     },
55     {
56       "name": "RemoveAll",
57       "source_files": "Modules/RemoveAll/*.{h,m,mm}"
58     }
59   ]