[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / f / STINetwork / 0.0.7 / STINetwork.podspec.json
bloba764a9ddf9e3e84d109e5f04f54b70feb8b4e03f
2   "name": "STINetwork",
3   "version": "0.0.7",
4   "summary": "1.自动生成model代码,并且非常简洁\n2.自动生成api接口调用代码,你要做的只是填充请求数据 \n3.请求的数据,自动反序列化成相对应的mode实例",
5   "description": "STINetwork",
6   "homepage": "https://github.com/i-phil/STINetwork",
7   "license": "MIT",
8   "authors": {
9     "philZhang": "goo.gle@foxmail.com"
10   },
11   "source": {
12     "git": "https://github.com/i-phil/STINetwork.git",
13     "tag": "0.0.7",
14     "submodules": true
15   },
16   "frameworks": "Foundation",
17   "requires_arc": true,
18   "source_files": "STINetwork/STINetworkHeader.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
22     ]
23   },
24   "public_header_files": "STINetwork/STINetworkHeader.h",
25   "platforms": {
26     "ios": "8.0",
27     "osx": "10.9"
28   },
29   "prefix_header_contents": "",
30   "subspecs": [
31     {
32       "name": "Singleton",
33       "public_header_files": "STINetwork/Samurai_Singleton.h",
34       "source_files": "STINetwork/Samurai_Singleton.{h,m}"
35     },
36     {
37       "name": "AutoCoding",
38       "source_files": "STINetwork/http/vendor/AutoCoding/**/*.{h,m}",
39       "public_header_files": "STINetwork/http/vendor/AutoCoding/**/*.h"
40     },
41     {
42       "name": "Http",
43       "dependencies": {
44         "STINetwork/AutoCoding": [
46         ],
47         "STINetwork/Singleton": [
49         ]
50       },
51       "source_files": "STINetwork/http/STIHTTPNetwork/**/*.{h,m}",
52       "public_header_files": "STINetwork/http/STIHTTPNetwork/**/*.h"
53     }
54   ]