[Delete] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git] / Specs / 3 / 5 / d / MARNetwork / 0.1.0 / MARNetwork.podspec.json
blobce43f24527dac1f76b7522b779b61a39c17dc67c
2   "name": "MARNetwork",
3   "version": "0.1.0",
4   "summary": "A tiny and legant Network abstraction layer with ReactiveObjC.",
5   "description": "This network layer was inspire by Moya and YTKNetwork, compare with YTKNetwork, MARNetwork improve two awesome features.firstly,you can make serveral domain request by MARNetwork and you can wisely manage them.Secondly, you can use ReactiveObjc with Network Layer, so that make your app more and more legant.",
6   "homepage": "https://github.com/Maru-zhang/MARNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Maru-zhang": "maru-zhang@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Maru-zhang/MARNetwork.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MARNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ],
26     "ReactiveObjC": [
27       "~> 2.1.2"
28     ]
29   }