[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / c / 8 / ICKit / 0.2.2 / ICKit.podspec.json
blob2b2700400379ee776965a46ac22e396b3eacc4ec
2   "name": "ICKit",
3   "version": "0.2.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "ICKit/Classes/**/*",
26       "exclude_files": "ICKit/Classes/ICRes/**/*",
27       "dependencies": {
28         "ICFoundation": [
30         ]
31       }
32     },
33     {
34       "name": "ICRes",
35       "source_files": "ICKit/Classes/ICRes/**/*",
36       "dependencies": {
37         "ICKit/Core": [
39         ],
40         "ICResourceKit": [
42         ]
43       }
44     }
45   ]