[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 3 / 5 / 8 / YKNetTool / 0.0.1 / YKNetTool.podspec.json
blobb20ca8f16d9f9e46303025d52e8dd8df8bbecb6c
2   "name": "YKNetTool",
3   "version": "0.0.1",
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.1"
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": [
30     ]
31   }