[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / 8 / HCKit / 0.0.2 / HCKit.podspec.json
blobf52da97615f19d56c75aa8ec6080c9fd24b35e9c
2   "name": "HCKit",
3   "version": "0.0.2",
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.2",
17     "submodules": true
18   },
19   "source_files": [
20     "HCKit/HCKit.h",
21     "HCKit/RequestApi/*.*",
22     "HCKit/Utility/*.*",
23     "HCKit/CommonCategory/*.*",
24     "HCKit/HCSQLHelp/*.*",
25     "HCKit/sources/*.*",
26     "HCKit/classes/*.*",
27     "HCKit/baseViewControllers/*.*",
28     "HCKit/HUDService/*.*"
29   ],
30   "public_header_files": "HCKit/*.h",
31   "frameworks": "UIKit",
32   "ios": {
33     "dependencies": {
34       "AFNetworking": [
35         "~> 2.3.1"
36       ],
37       "BlocksKit": [
38         "~> 2.2.3"
39       ],
40       "FMDB": [
41         "~> 2.3"
42       ],
43       "FMDBHelpers": [
44         "~> 0.0.7"
45       ],
46       "HTDelegateProxy": [
47         "~> 1.0.1"
48       ],
49       "libextobjc": [
50         "~> 0.4"
51       ],
52       "SVProgressHUD": [
53         "~> 1.0"
54       ],
55       "SIAlertView": [
56         "~> 1.3"
57       ]
58     }
59   }