blob: b737f30c783ece4ffa8ec0998e90b4af708e8f2a [file] [log] [blame]
{
"name": "STINetwork",
"version": "0.0.4",
"summary": "1.自动生成model代码,并且非常简洁\n2.自动生成api接口调用代码,你要做的只是填充请求数据 \n3.请求的数据,自动反序列化成相对应的mode实例",
"description": "STINetwork",
"homepage": "https://github.com/i-phil/STINetwork",
"license": "MIT",
"authors": {
"philZhang": "goo.gle@foxmail.com"
},
"source": {
"git": "https://github.com/i-phil/STINetwork.git",
"tag": "0.0.3"
},
"public_header_files": "STINetwork/STINetworkHeader.h",
"source_files": "STINetwork/STINetworkHeader.{h,m}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"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)",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Singleton",
"public_header_files": "STINetwork/Samurai_Singleton.h",
"source_files": "STINetwork/Samurai_Singleton.{h,m}"
},
{
"name": "AutoCoding",
"source_files": "STINetwork/http/vendor/AutoCoding/**/*.{h,m}",
"public_header_files": "STINetwork/http/vendor/AutoCoding/**/*.h"
},
{
"name": "Http",
"dependencies": {
"STINetwork/AutoCoding": [
],
"STINetwork/Singleton": [
]
},
"source_files": "STINetwork/http/STIHTTPNetwork/**/*.{h,m}",
"public_header_files": "STINetwork/http/STIHTTPNetwork/**/*.h"
}
]
}