[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / f / 3 / c / HSTestLib / 0.0.4 / HSTestLib.podspec.json
blobf6c18134ba5e4b57fee0db897544db7d464c2c7e
2   "name": "HSTestLib",
3   "version": "0.0.4",
4   "summary": "This is a TestLib.",
5   "homepage": "https://www.jianshu.com/u/d1f45ccb900f",
6   "license": "MIT",
7   "authors": {
8     "haohaisheng": "haohaisheng95@163.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/Water95/PodTestDemo.git",
15     "tag": "0.0.4"
16   },
17   "source_files": [
18     "Test",
19     "Test/TestHeader.h"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 1.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "TestA",
30       "source_files": "Test/TestA/*.{h,m}"
31     },
32     {
33       "name": "TestB",
34       "source_files": "Test/TestB/*.{h,m}"
35     },
36     {
37       "name": "TestC",
38       "source_files": "Test/TestC/*.{h,m}"
39     }
40   ]