[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 0 / 7 / 4 / HRCocoaTools / 0.1.9 / HRCocoaTools.podspec.json
blobc0a15f2570d04ab6a0c9cf9629452252899b767c
2   "name": "HRCocoaTools",
3   "version": "0.1.9",
4   "summary": "Henry iOS tool Lib",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/iPermanent/HRCocoaTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iPermanent": "henryzhangios@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iPermanent/HRCocoaTools.git",
16     "tag": "0.1.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Media",
24       "source_files": "HRCocoaTools/Classes/Media/*"
25     },
26     {
27       "name": "Util",
28       "source_files": "HRCocoaTools/Classes/Util/*",
29       "dependencies": {
30         "Reachability": [
32         ]
33       }
34     },
35     {
36       "name": "Category",
37       "source_files": "HRCocoaTools/Classes/Category/*"
38     }
39   ]