[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 8 / HCKitProject / 0.4.0 / HCKitProject.podspec.json
bloba47c25f5fc8282929fce8e25132ef8a22c2771a9
2   "name": "HCKitProject",
3   "version": "0.4.0",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "a Encapsulation of FMDB.",
9   "homepage": "https://github.com/huachen206/HCKitProject.git",
10   "authors": {
11     "HuaChen": "huachen206@163.com"
12   },
13   "source": {
14     "git": "https://github.com/huachen206/HCKitProject.git",
15     "tag": "0.4.0"
16   },
17   "description": "A longer description of HCDBModel 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!",
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "HCCore/*.{h,m}",
25         "HCCore/Classes/*.{h,m}",
26         "HCCore/CommonCategory/*.{h,m}"
27       ]
28     },
29     {
30       "name": "HCDB",
31       "source_files": "HCDB/*.{h,m}",
32       "resources": "HCDB/Resources/*",
33       "dependencies": {
34         "HCKitProject/Core": [
36         ]
37       },
38       "ios": {
39         "dependencies": {
40           "FMDB": [
41             "~> 2.3"
42           ]
43         }
44       }
45     },
46     {
47       "name": "HCHTTPRequest",
48       "source_files": "HCRequestApi/*.{h,m}",
49       "dependencies": {
50         "HCKitProject/Core": [
52         ]
53       },
54       "ios": {
55         "dependencies": {
56           "AFNetworking": [
57             "~> 3.0.4"
58           ]
59         }
60       }
61     }
62   ]