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