blob: f8c479c9c7e49339c7d7498b721b95fb8e9a4f3e [file] [log] [blame]
{
"name": "PSYNetworking",
"version": "0.2.1",
"summary": "this is for psylifers",
"homepage": "https://github.com/PSYYunXi/PSYNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yunxi": "1521274774@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PSYYunXi/PSYNetworking.git",
"tag": "0.2.1"
},
"requires_arc": false,
"source_files": "PSYNetworking/PSYUtils.h",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"public_header_files": "PSYNetworking/PSYUtils.h",
"resources": "PSYNetworking/PSYNetworking.bundle/**/*.png",
"subspecs": [
{
"name": "category",
"source_files": "PSYNetworking/category/*.*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}
]
}