[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 3 / 5 / d / MARNetwork / 0.2.0 / MARNetwork.podspec.json
blob968725cf44ffe2bbf120102d5fd5d537131330b3
2   "name": "MARNetwork",
3   "version": "0.2.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.2.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   }