[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 7 / 6 / b / XMNetworking / 1.0.2 / XMNetworking.podspec.json
blobb9469f7259a3e8196258e256248f5083e7a7a541
2   "name": "XMNetworking",
3   "version": "1.0.2",
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.0.2",
20     "submodules": true
21   },
22   "source_files": "XMNetworking/XMNetworking.h",
23   "public_header_files": "XMNetworking/XMNetworking.h",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "XMNetworking/Lib/AFNetworking-3.1.0": [
30         ]
31       },
32       "source_files": "XMNetworking/Core/*.{h,m}",
33       "public_header_files": "XMNetworking/Core/*.h"
34     },
35     {
36       "name": "Lib",
37       "subspecs": [
38         {
39           "name": "AFNetworking-3.1.0",
40           "source_files": "XMNetworking/Lib/AFNetworking-3.1.0/*.{h,m}",
41           "public_header_files": "XMNetworking/Lib/AFNetworking-3.1.0/*.h",
42           "frameworks": [
43             "MobileCoreServices",
44             "CoreGraphics",
45             "Security",
46             "SystemConfiguration"
47           ]
48         }
49       ]
50     }
51   ]