[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 7 / 2 / 4 / YKNetKit / 1.0.1 / YKNetKit.podspec.json
blobff75c4487f0af0cb0cb6ccdf9f96b4a3713d027d
2   "name": "YKNetKit",
3   "version": "1.0.1",
4   "summary": "封装AFNetworking请求",
5   "description": "基于AFNetworking3.0以上版本封装的网络层。提供常用的GET/POST接口、上传下载图片、文件接口、支持缓存等。",
6   "homepage": "https://github.com/tukzi/HSNetKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "songhe": "hesong_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/tukzi/HSNetKit.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YKNetKit/Classes/**/*",
22   "public_header_files": "YKNetKit/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~>3.1.0"
30     ]
31   }