[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / f / 8 / 6 / LWNetworking / 0.0.2 / LWNetworking.podspec.json
blob164810187a950341c53f23571d381a4d5b7a823e
2   "name": "LWNetworking",
3   "version": "0.0.2",
4   "summary": "A test version of LWNetworking.",
5   "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",
6   "homepage": "https://github.com/lw254605953/LWNetworking",
7   "license": "MIT",
8   "authors": {
9     "liwei": "lw254605953@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/lw254605953/LWNetworking.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "LWNetworking/Classes/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.5.2"
27     ],
28     "CocoaLumberjack": [
29       "~> 2.0.0"
30     ]
31   },
32   "default_subspecs": "Additional",
33   "subspecs": [
34     {
35       "name": "Additional",
36       "source_files": "LWNetworking/Classes/Additional/*.{h,m}",
37       "exclude_files": ""
38     }
39   ]