blob: 1491ebc3f79c245d8304b6b93844d2824a2c5826 [file] [log] [blame]
{
"name": "PSYNetworking",
"version": "0.1.8",
"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.1.8"
},
"requires_arc": false,
"source_files": "PSYNetworking/PSYUtils.h",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"public_header_files": "PSYNetworking/PSYUtils.h",
"subspecs": [
{
"name": "category",
"source_files": "PSYNetworking/category/*.*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
},
{
"name": "images",
"resources": "PSYNetworking/images/*.*"
}
]
}