blob: 164810187a950341c53f23571d381a4d5b7a823e [file] [log] [blame]
{
"name": "LWNetworking",
"version": "0.0.2",
"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!\n",
"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.2"
},
"source_files": [
"Classes",
"LWNetworking/Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.2"
],
"CocoaLumberjack": [
"~> 2.0.0"
]
},
"default_subspecs": "Additional",
"subspecs": [
{
"name": "Additional",
"source_files": "LWNetworking/Classes/Additional/*.{h,m}",
"exclude_files": ""
}
]
}