[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / 3 / 5 / 8 / YKNetTool / 0.0.2 / YKNetTool.podspec.json
blobcd06f2a20ab684d82791fe354f321fa8b7fda3c1
2   "name": "YKNetTool",
3   "version": "0.0.2",
4   "summary": "网络请求框架",
5   "description": "基于AFNetworking封装的网络层。提供常用的GET/POST接口、上传下载图片、文件接口、支持缓存等",
6   "homepage": "https://github.com/tukzi/YKNetTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hesong_ios@163.com": "hesong_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/tukzi/YKNetTool.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "YKNetTool/**/*",
22   "public_header_files": "YKNetTool/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "3.0.0"
30     ]
31   }