[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / 8 / ICKit / 0.2.4 / ICKit.podspec.json
blobb2b1edea535911f447da8a7ec76483ae2bd056a8
2   "name": "ICKit",
3   "version": "0.2.4",
4   "summary": "A common useful dev pack.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/IvanChan/ICKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "_ivanC": "aintivanc@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/IvanChan/ICKit.git",
16     "tag": "0.2.4"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "ICKit/Classes/**/*",
27       "exclude_files": "ICKit/Classes/ICRes/**/*",
28       "dependencies": {
29         "ICFoundation": [
31         ]
32       }
33     },
34     {
35       "name": "ICRes",
36       "source_files": "ICKit/Classes/ICRes/**/*",
37       "dependencies": {
38         "ICKit/Core": [
40         ],
41         "ICResourceKit": [
43         ]
44       }
45     }
46   ]