blob: e596b9f716d4f639e29dc09f3d81fb3d19efa449 [file] [log] [blame]
{
"name": "LWNetworking",
"version": "0.0.4",
"summary": "A test version of LWNetworking.",
"description": "A longer description of LWNetworking in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/lw254605953/LWNetworking",
"license": "MIT",
"authors": {
"liwei": "lw254605953@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lw254605953/LWNetworking.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"LWNetworking/Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"default_subspecs": "Additional",
"subspecs": [
{
"name": "Additional",
"source_files": "LWNetworking/Classes/Additional/*.{h,m}",
"exclude_files": ""
}
]
}