[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 3 / KTNetwork / 0.1.0 / KTNetwork.podspec.json
blobb2c366fa5eb122a33d10276aa8d659ac34a33e14
2   "name": "KTNetwork",
3   "version": "0.1.0",
4   "summary": "KOTU's network library.",
5   "homepage": "https://github.com/yjling2019/KTNetwork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KOTU": "yjling2019@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/yjling2019/KTNetwork.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "KTNetwork/Classes/**/*",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 4.0"
24     ]
25   }