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