[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / f / a / HHJTools / 0.0.6 / HHJTools.podspec.json
blob163099b71fb107faf153ba900cd0080220dcaabd
2   "name": "HHJTools",
3   "version": "0.0.6",
4   "summary": "A tools manager description of HHJTools for henghajiang.",
5   "description": "HHJTools for henghajiang",
6   "homepage": "https://github.com/NameWZZ/HHJTools",
7   "license": "MIT",
8   "authors": {
9     "namewzz": "namewzz@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "http://git.henghajiang.com/iOS_Code_Group/HHJTools.git",
16     "tag": "0.0.6",
17     "submodules": true
18   },
19   "source_files": [
20     "HHJTools",
21     "HHJTools/HHJTools.h"
22   ],
23   "public_header_files": "HHJTools/HHJTools.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "YYKit": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Define_Enum",
37       "source_files": "HHJTools/Define_Enum/*.{h,m}"
38     },
39     {
40       "name": "Categories",
41       "source_files": [
42         "HHJTools/Define_Enum/*.{h,m}",
43         "HHJTools/Categories/*.{h,m}"
44       ]
45     },
46     {
47       "name": "NetworkManager",
48       "source_files": "HHJTools/NetworkManager/*.{h,m}"
49     }
50   ]