[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 6 / 3 / KRNetworkManager / 1.0.1 / KRNetworkManager.podspec.json
blob39fc3c444d8ae74a6a0609c4568fed00a31795c5
2   "name": "KRNetworkManager",
3   "version": "1.0.1",
4   "summary": "基于AFN封装的网络框架",
5   "description": "对AFN进行二次封装,支持app复杂的网络处理",
6   "homepage": "https://github.com/AaronDai23/KRNetworkManager.git",
7   "license": "MIT (KRNetworkManager)",
8   "authors": {
9     "AaronDai23": "1311511825@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AaronDai23/KRNetworkManager.git",
16     "tag": "1.0.1"
17   },
18   "public_header_files": "KRNetworkManager/Source/**/*.h",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.2.1"
22     ]
23   }