[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / b / c / CKToolbox / 0.1.0 / CKToolbox.podspec.json
blobdcd3977c63fded950f7c091223a95d1f76334734
2   "name": "CKToolbox",
3   "version": "0.1.0",
4   "dependencies": {
5     "ComponentKit": [
6       "~> 0.0"
7     ]
8   },
9   "summary": "A toolbox library for ComponentKit",
10   "description": "A suite of helpers and features for working with Facebook ComponentKit",
11   "homepage": "https://github.com/itsthejb/CKToolbox",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Jonathan Crooke": "jon.crooke@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/itsthejb/CKToolbox.git",
21     "tag": "v0.1.0"
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "frameworks": "UIKit",
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   ]