[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 0 / 2 / 8 / LFRequest / 0.1.0 / LFRequest.podspec.json
blobf7ffa4095cc1684215933b806a604ad59bf59a70
2   "name": "LFRequest",
3   "version": "0.1.0",
4   "summary": "AFNetworking的再次封装,方便使用.",
5   "description": "对AFNetworking的封装,使用方便,可配置性强。可以单独配置单个接口的解析、数据返回线程等。",
6   "homepage": "https://github.com/vvlongfei/LFRequest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "feiyu": "vvlongfei@163.com"
13   },
14   "source": {
15     "git": "https://github.com/vvlongfei/LFRequest.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "LFRequest/Classes/**/*",
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "YYModel": [
29     ],
30     "YYCache": [
32     ]
33   }