[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / c / 8 / ICKit / 1.0.0 / ICKit.podspec.json
blob306d99b05a44678ea0c2b39becad307e065190c2
2   "name": "ICKit",
3   "version": "1.0.0",
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": "1.0.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "Foundation",
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "ICKit/Classes/Foundation/**/*"
27     },
28     {
29       "name": "UIKitEx",
30       "source_files": "ICKit/Classes/UIKitEx/**/*",
31       "dependencies": {
32         "ICKit/Foundation": [
34         ]
35       }
36     },
37     {
38       "name": "ResKit",
39       "source_files": "ICKit/Classes/ResKit/**/*",
40       "dependencies": {
41         "ICKit/Foundation": [
43         ],
44         "ICKit/UIKitEx": [
46         ],
47         "GDataXML-HTML": [
49         ],
50         "ICObserver": [
52         ]
53       }
54     }
55   ]