[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 8 / f / Rest2Mobile / 1.1.4 / Rest2Mobile.podspec.json
blob41b62fe69ff6142ba5d74e5925d65cfa06968482
2   "name": "Rest2Mobile",
3   "version": "1.1.4",
4   "license": "Apache License, Version 2.0",
5   "summary": "Use rest2mobile iOS SDK to develop iOS applications that communicate with REST/JSON APIs.",
6   "homepage": "https://developer.magnet.com",
7   "authors": {
8     "Magnet Systems, Inc.": "support@magnet.com"
9   },
10   "source": {
11     "git": "https://github.com/magnetsystems/r2m-sdk-ios.git",
12     "tag": "1.1.4",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "public_header_files": [
21     "Rest2Mobile/*/*.h",
22     "Rest2Mobile/Rest2Mobile.h"
23   ],
24   "source_files": "Rest2Mobile/Rest2Mobile.h",
25   "subspecs": [
26     {
27       "name": "Categories",
28       "source_files": "Rest2Mobile/Categories/*.{h,m}"
29     },
30     {
31       "name": "Utilities",
32       "dependencies": {
33         "Rest2Mobile/Logging": [
35         ]
36       },
37       "source_files": "Rest2Mobile/Utilities/*.{h,m}"
38     },
39     {
40       "name": "Logging",
41       "dependencies": {
42         "AFNetworking": [
43           "~> 2.2"
44         ],
45         "CocoaLumberjack": [
46           "~> 1.8"
47         ]
48       },
49       "source_files": "Rest2Mobile/Logging/*.{h,m}"
50     },
51     {
52       "name": "Serialization",
53       "dependencies": {
54         "AFNetworking": [
55           "~> 2.2"
56         ],
57         "Mantle": [
58           "~> 1.4"
59         ],
60         "Rest2Mobile/Logging": [
62         ],
63         "Rest2Mobile/Utilities": [
65         ]
66       },
67       "source_files": "Rest2Mobile/Serialization/*/*.{h,m}"
68     },
69     {
70       "name": "Controller",
71       "dependencies": {
72         "Rest2Mobile/Categories": [
74         ],
75         "Rest2Mobile/Logging": [
77         ],
78         "Rest2Mobile/Serialization": [
80         ],
81         "Rest2Mobile/Utilities": [
83         ]
84       },
85       "source_files": [
86         "Rest2Mobile/Controller/*/*.{h,m}",
87         "Rest2Mobile/Controller/*.{h,m}",
88         "Rest2Mobile/Transport/*/*.{h,m}",
89         "Rest2Mobile/Transport/*.{h,m}"
90       ]
91     }
92   ]