[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 3 / 5 / LLHTTPClient / 0.0.3 / LLHTTPClient.podspec.json
blob3a858f01203690e65e6a9cf044e25b229401926e
2   "name": "LLHTTPClient",
3   "version": "0.0.3",
4   "summary": "基于AFNetworking3.0,实现简单的缓存",
5   "homepage": "https://github.com/lianleven/LLHTTPClient",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "lianleven": "lianleven@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/lianleven/LLHTTPClient.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "LLHTTPClient/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ],
26     "YYCache": [
27       "~> 1.0.4"
28     ]
29   }