blob: e3b28be2dc85a721a414cbae080f0b79b18f537e [file] [log] [blame]
{
"name": "VNHttpRequest",
"version": "0.0.6",
"summary": "AFNetworking fsdoa",
"description": "Net request ,call back data Serialization to CH",
"homepage": "https://github.com/guohongqi-china/VNHttpRequest",
"license": "MIT",
"authors": {
"guohongqi-china": "820003039@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guohongqi-china/VNHttpRequest.git",
"tag": "0.0.6"
},
"public_header_files": "VNHttpRequest/**/*.{h}",
"source_files": "VNHttpRequest/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"requires_arc": true,
"prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif",
"subspecs": [
{
"name": "FrameWork",
"source_files": "VNHttpRequest/FrameWork/**/*.{h,m}",
"public_header_files": "VNHttpRequest/FrameWork/**/*.{h}",
"watchos": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"ios": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"osx": {
"frameworks": "CoreServices"
}
}
]
}