[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / 5 / HTTTool / 0.1.2 / HTTTool.podspec.json
blob66fd2604b39a2e108655acf0f820740b3d09cbf2
2   "name": "HTTTool",
3   "version": "0.1.2",
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.2"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "common",
22       "source_files": [
23         "HTTTool",
24         "HTTTool/*.swift"
25       ]
26     },
27     {
28       "name": "HTMusicTool",
29       "source_files": [
30         "HTTTool",
31         "HTTTool/HTTMusicTool.swift"
32       ],
33       "dependencies": {
34         "HTTTool/common": [
35           "0.0.1"
36         ]
37       }
38     },
39     {
40       "name": "HTKeyChain",
41       "source_files": [
42         "HTTTool",
43         "HTTTool/HTKeyChain.swift"
44       ],
45       "dependencies": {
46         "HTTTool/common": [
47           "0.0.2"
48         ]
49       }
50     }
51   ]