[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 9 / 5 / HTTTool / 0.1.5 / HTTTool.podspec.json
blobad281ddef9d8296e2b6a1c095a5e34714ea63234
2   "name": "HTTTool",
3   "version": "0.1.5",
4   "summary": "基础工具类",
5   "description": "tool test",
6   "homepage": "https://github.com/hutingting/HTTTool",
7   "license": "MIT",
8   "authors": {
9     "hutingting": "914774202@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/hutingting/HTTTool.git",
16     "tag": "0.1.5"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "UI",
22       "source_files": "Sources/UI/HUD/",
23       "dependencies": {
24         "MBProgressHUD": [
25           "~> 1.1.0"
26         ]
27       }
28     },
29     {
30       "name": "Media",
31       "source_files": "Sources/Common/Media/",
32       "frameworks": [
33         "AVFoundation",
34         "MediaPlayer"
35       ]
36     },
37     {
38       "name": "Timer",
39       "source_files": "Sources/Common/GCDTimer/"
40     }
41   ]