[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 7 / 6 / b / XMNetworking / 1.1.0 / XMNetworking.podspec.json
blob08c4fb349ea57d6271483ac96be95688eb0107a2
2   "name": "XMNetworking",
3   "version": "1.1.0",
4   "summary": "A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.",
5   "homepage": "https://github.com/kangzubin/XMNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zubin Kang": "kangzubin@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/kangzubin/XMNetworking.git",
19     "tag": "1.1.0",
20     "submodules": true
21   },
22   "source_files": "XMNetworking/*.{h,m}",
23   "public_header_files": "XMNetworking/*.h",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }