[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 6 / LWNetworking / 0.0.4 / LWNetworking.podspec.json
blobe596b9f716d4f639e29dc09f3d81fb3d19efa449
2   "name": "LWNetworking",
3   "version": "0.0.4",
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!",
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.4"
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": [
27     ]
28   },
29   "default_subspecs": "Additional",
30   "subspecs": [
31     {
32       "name": "Additional",
33       "source_files": "LWNetworking/Classes/Additional/*.{h,m}",
34       "exclude_files": ""
35     }
36   ]