[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 5 / HTMITools / 0.1.2 / HTMITools.podspec.json
bloba12d857fc014db733659431946bcad65c38e3ec6
2   "name": "HTMITools",
3   "version": "0.1.2",
4   "summary": "A short description of HTMITools.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lqwang521/HTMITools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lqwang521": "wanglq@htmitech.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/MyCoding521/HTMITools.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HTMITools/Classes/**/*",
22   "dependencies": {
23     "SDVersion": [
24       "~> 4.3.2"
25     ],
26     "RegexKitLite-NoWarning": [
27       "1.1.0"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "HTMIKeychainTool",
33       "requires_arc": true,
34       "public_header_files": [
35         "HTMITools/Classes/HTMIKeychainTool/*.h"
36       ],
37       "source_files": [
38         "HTMITools/Classes/HTMIKeychainTool/*"
39       ],
40       "dependencies": {
41         "SAMKeychain": [
43         ]
44       }
45     },
46     {
47       "name": "HTMINetWorkTool",
48       "requires_arc": true,
49       "public_header_files": [
50         "HTMITools/Classes/HTMINetWorkTool/*.h"
51       ],
52       "source_files": [
53         "HTMITools/Classes/HTMINetWorkTool/*"
54       ],
55       "dependencies": {
56         "AFNetworking": [
57           "~> 3.1.0"
58         ]
59       }
60     },
61     {
62       "name": "HTMIZipArchiveTool",
63       "requires_arc": true,
64       "public_header_files": [
65         "HTMITools/Classes/HTMIZipArchiveTool/*.h"
66       ],
67       "source_files": [
68         "HTMITools/Classes/HTMIZipArchiveTool/*"
69       ],
70       "dependencies": {
71         "SSZipArchive": [
72           "~> 2.0.1"
73         ]
74       }
75     }
76   ]