[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 5 / 8 / HCKit / 0.0.4 / HCKit.podspec.json
blobfbe280e332754a29a9d7d1725de41fe43db9caa7
2   "name": "HCKit",
3   "version": "0.0.4",
4   "summary": "A Kit for Hua Chen.",
5   "description": "                   A longer description of HCKit in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "https://github.com/huachen206/HCKit",
7   "license": "MIT",
8   "authors": {
9     "huachen206": "huachen206@163.com"
10   },
11   "platforms": {
12     "ios": "6.1"
13   },
14   "source": {
15     "git": "https://github.com/huachen206/HCKit.git",
16     "tag": "0.0.4",
17     "submodules": true
18   },
19   "source_files": "HCKit/HCKit.h",
20   "public_header_files": "HCKit/*.h",
21   "resources": "HCKit/reSources/UIBarButtonItem+Extend.bundle",
22   "ios": {
23     "dependencies": {
24       "BlocksKit": [
25         "~> 2.2.3"
26       ],
27       "libextobjc": [
28         "~> 0.4"
29       ]
30     }
31   },
32   "subspecs": [
33     {
34       "name": "Utility",
35       "source_files": "HCKit/Utility/*.*",
36       "platforms": {
37         "ios": "6.0"
38       }
39     },
40     {
41       "name": "RequestApi",
42       "dependencies": {
43         "HCKit/Utility": [
45         ],
46         "HCKit/CommonCategory": [
48         ]
49       },
50       "ios": {
51         "dependencies": {
52           "AFNetworking": [
53             "~> 2.3.1"
54           ]
55         }
56       },
57       "source_files": "HCKit/RequestApi/*.*",
58       "platforms": {
59         "ios": "6.1"
60       }
61     },
62     {
63       "name": "CommonCategory",
64       "dependencies": {
65         "HCKit/Utility": [
67         ]
68       },
69       "source_files": "HCKit/CommonCategory/*.*",
70       "public_header_files": "HCKit/CommonCategory/CommonCategory.h"
71     },
72     {
73       "name": "HCSQLHelp",
74       "ios": {
75         "dependencies": {
76           "FMDB": [
77             "~> 2.3"
78           ],
79           "FMDBHelpers": [
80             "~> 0.0.7"
81           ]
82         }
83       },
84       "source_files": "HCKit/HCSQLHelp/*.*"
85     },
86     {
87       "name": "Classes",
88       "dependencies": {
89         "HCKit/Utility": [
91         ],
92         "HCKit/CommonCategory": [
94         ],
95         "HCKit/BaseViewControllers": [
97         ],
98         "HCKit/HUDService": [
100         ]
101       },
102       "source_files": "HCKit/classes/*.*"
103     },
104     {
105       "name": "BaseViewControllers",
106       "dependencies": {
107         "HCKit/Utility": [
109         ],
110         "HCKit/CommonCategory": [
112         ]
113       },
114       "frameworks": "UIKit",
115       "ios": {
116         "dependencies": {
117           "HTDelegateProxy": [
118             "~> 1.0.1"
119           ]
120         }
121       },
122       "source_files": "HCKit/baseViewControllers/*.*"
123     },
124     {
125       "name": "HUDService",
126       "ios": {
127         "dependencies": {
128           "SVProgressHUD": [
129             "~> 1.0"
130           ],
131           "SIAlertView": [
132             "~> 1.3"
133           ]
134         }
135       },
136       "dependencies": {
137         "HCKit/Utility": [
139         ],
140         "HCKit/CommonCategory": [
142         ]
143       },
144       "platforms": {
145         "ios": "6.1"
146       },
147       "source_files": "HCKit/HUDService/*.*"
148     }
149   ]