[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / f / STINetwork / 0.0.4 / STINetwork.podspec.json
blobb737f30c783ece4ffa8ec0998e90b4af708e8f2a
2   "name": "STINetwork",
3   "version": "0.0.4",
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.3"
14   },
15   "public_header_files": "STINetwork/STINetworkHeader.h",
16   "source_files": "STINetwork/STINetworkHeader.{h,m}",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "prefix_header_contents": "#ifndef\tTODO\n#define TODO( X )\t\t\t_Pragma(macro_cstr(message(\"✖✖✖✖✖✖✖✖✖✖✖✖✖✖✖✖✖✖ TODO: \" X)))\n#endif\n\n#define macro_cstr( A )\t\t\t\t\t\t\t\t\t\tmacro_cstr_( A )\n#define macro_cstr_( A )\t\t\t\t\t\t\t\t\t#A\n\n#define macro_string( A )\t\t\t\t\t\t\t\t\tmacro_string_( A )\n#define macro_string_( A )\t\t\t\t\t\t\t\t\t@(#A)",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Singleton",
32       "public_header_files": "STINetwork/Samurai_Singleton.h",
33       "source_files": "STINetwork/Samurai_Singleton.{h,m}"
34     },
35     {
36       "name": "AutoCoding",
37       "source_files": "STINetwork/http/vendor/AutoCoding/**/*.{h,m}",
38       "public_header_files": "STINetwork/http/vendor/AutoCoding/**/*.h"
39     },
40     {
41       "name": "Http",
42       "dependencies": {
43         "STINetwork/AutoCoding": [
45         ],
46         "STINetwork/Singleton": [
48         ]
49       },
50       "source_files": "STINetwork/http/STIHTTPNetwork/**/*.{h,m}",
51       "public_header_files": "STINetwork/http/STIHTTPNetwork/**/*.h"
52     }
53   ]