blob: 362fcc67a60802860c3ea0bd629f63bab049f254 [file] [log] [blame]
{
"name": "PEPNetworking",
"version": "0.4.1",
"summary": "A networking framework based on AFNetworking",
"homepage": "https://github.com/PEPDigitalPublishing/PEPNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lipz": "lipz@pep.com.cn"
},
"source": {
"git": "https://github.com/PEPDigitalPublishing/PEPNetworking.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PEPNetworking/Classes/**/*.{h,m}",
"public_header_files": "PEPNetworking/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}