blob: 1afec3422790de58a856e15ad810d0519a590f0e [file] [log] [blame]
{
"name": "KZWNetworking",
"version": "1.0.1",
"summary": "A short description of KZWNetworking.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ouyrp/KZWNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ouyrp": "rp.ouyang001@bkjk.com"
},
"source": {
"git": "https://github.com/ouyrp/KZWNetworking.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KZWNetworking/Classes/KZWNetworking.h",
"subspecs": [
{
"name": "Content",
"source_files": "KZWNetworking/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"KZWUtils": [
],
"Mantle": [
]
},
"resource_bundles": {
"KZWNetworking": "KZWNetworking/Assets/*"
}
}
]
}