[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 4 / HRCocoaTools / 0.3.0 / HRCocoaTools.podspec.json
blob4dd44c0aec7465f0a847a7836fc6fe033e0e7241
2   "name": "HRCocoaTools",
3   "version": "0.3.0",
4   "summary": "Henry iOS tool Lib",
5   "description": "私人使用工具库,封装了一些常用的基本库",
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.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Animation",
24       "source_files": "HRCocoaTools/Classes/Animation/*",
25       "dependencies": {
26         "pop": [
28         ]
29       }
30     },
31     {
32       "name": "Media",
33       "source_files": "HRCocoaTools/Classes/Media/*"
34     },
35     {
36       "name": "Util",
37       "source_files": "HRCocoaTools/Classes/Util/*",
38       "dependencies": {
39         "Reachability": [
41         ]
42       }
43     },
44     {
45       "name": "Category",
46       "source_files": "HRCocoaTools/Classes/Category/*"
47     }
48   ]