[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / f / STINetwork / 0.0.2 / STINetwork.podspec.json
blob4103e40db0caef74869f6b0d26da6215c3df06a1
2   "name": "STINetwork",
3   "version": "0.0.2",
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.2"
14   },
15   "source_files": [
16     "STINetwork",
17     "STINetwork/*.{h,m}",
18     "STINetwork/http/STIHTTPNetwork/**/*.{h,m}",
19     "STINetwork/http/vendor/AutoCoding/**/*.{h,m}"
20   ],
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9"
24   },
25   "frameworks": "Foundation",
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
30     ]
31   }