[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 0 / 5 / NNetwork / 0.0.1 / NNetwork.podspec.json
blob4ca698107c2380c278def8e94233f9f7306e0992
2   "name": "NNetwork",
3   "version": "0.0.1",
4   "summary": "A short description of NNetwork.",
5   "homepage": "https://github.com/NNKit/NNetwork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ws00801526": "3057600441@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/NNKit/NNetwork.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "NNetwork/Classes/**/*",
21   "public_header_files": "NNetwork/Classes/**/*.h",
22   "private_header_files": "NNetwork/Classes/Core/NNetworkPrivate.h",
23   "dependencies": {
24     "NNCore": [
26     ],
27     "YYCache": [
29     ],
30     "AFNetworking": [
31       "~> 3.0"
32     ]
33   }