blob: 687f2830e7234cb385bd60a72dae9edf70a9fc11 [file] [log] [blame]
{
"name": "XMNetworking",
"version": "1.0.1",
"summary": "A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.",
"homepage": "https://github.com/kangzubin/XMNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zubin Kang": "kangzubin@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kangzubin/XMNetworking.git",
"tag": "1.0.1",
"submodules": true
},
"source_files": "XMNetworking/XMNetworking.h",
"public_header_files": "XMNetworking/XMNetworking.h",
"subspecs": [
{
"name": "Core",
"dependencies": {
"XMNetworking/Lib/AFNetworking-3.1.0": [
]
},
"source_files": "XMNetworking/Core/*.{h,m}",
"public_header_files": "XMNetworking/Core/*.h"
},
{
"name": "Lib",
"subspecs": [
{
"name": "AFNetworking-3.1.0",
"source_files": "XMNetworking/Lib/AFNetworking-3.1.0/*.{h,m}",
"public_header_files": "XMNetworking/Lib/AFNetworking-3.1.0/*.h",
"frameworks": [
"MobileCoreServices",
"CoreGraphics",
"Security",
"SystemConfiguration"
]
}
]
}
]
}