[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / e / d / FiM_RHSocketKit / 0.1.0 / FiM_RHSocketKit.podspec.json
blob40df0e3643b44d9669cd8a605a2cb8760fb037e9
2   "name": "FiM_RHSocketKit",
3   "version": "0.1.0",
4   "summary": "A short description of FiM_RHSocketKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhu410289616/RHSocketKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/FirstMen/FiM_RHSocketKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "public_header_files": "FiM_RHSocketKit/Classes/*.h",
23   "source_files": "FiM_RHSocketKit/Classes/*.h",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "CocoaAsyncSocket": [
30         ]
31       },
32       "source_files": "FiM_RHSocketKit/Classes/Core/**/*",
33       "requires_arc": true
34     },
35     {
36       "name": "Extend",
37       "dependencies": {
38         "FiM_RHSocketKit/Core": [
40         ]
41       },
42       "source_files": "FiM_RHSocketKit/Classes/Extend/**/*",
43       "requires_arc": true
44     },
45     {
46       "name": "RPC",
47       "dependencies": {
48         "FiM_RHSocketKit/Core": [
50         ],
51         "MSWeakTimer": [
53         ]
54       },
55       "source_files": "FiM_RHSocketKit/Classes/RPC/**/*",
56       "requires_arc": true
57     }
58   ]