[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / Rest2Mobile / 1.1.0 / Rest2Mobile.podspec.json
blob00b643205899b91f9fbaf62671c4dcf27245e27d
2   "name": "Rest2Mobile",
3   "version": "1.1.0",
4   "license": "Apache License 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.0",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "public_header_files": [
20     "Rest2Mobile/*/*.h",
21     "Rest2Mobile/Rest2Mobile.h"
22   ],
23   "source_files": "Rest2Mobile/Rest2Mobile.h",
24   "subspecs": [
25     {
26       "name": "Categories",
27       "source_files": "Rest2Mobile/Categories/*.{h,m}"
28     },
29     {
30       "name": "Utilities",
31       "dependencies": {
32         "Rest2Mobile/Logging": [
34         ]
35       },
36       "source_files": "Rest2Mobile/Utilities/*.{h,m}"
37     },
38     {
39       "name": "Logging",
40       "dependencies": {
41         "AFNetworking": [
42           "~> 2.2"
43         ],
44         "CocoaLumberjack": [
45           "~> 1.8"
46         ]
47       },
48       "source_files": "Rest2Mobile/Logging/*.{h,m}"
49     },
50     {
51       "name": "Serialization",
52       "dependencies": {
53         "AFNetworking": [
54           "~> 2.2"
55         ],
56         "Mantle": [
57           "~> 1.4"
58         ],
59         "Rest2Mobile/Logging": [
61         ],
62         "Rest2Mobile/Utilities": [
64         ]
65       },
66       "source_files": "Rest2Mobile/Serialization/*/*.{h,m}"
67     },
68     {
69       "name": "Transport",
70       "dependencies": {
71         "AFNetworking": [
72           "~> 2.2"
73         ],
74         "Mantle": [
75           "~> 1.4"
76         ],
77         "Rest2Mobile/Logging": [
79         ],
80         "Rest2Mobile/Controller": [
82         ]
83       },
84       "source_files": [
85         "Rest2Mobile/Transport/*/*.{h,m}",
86         "Rest2Mobile/Transport/*.{h,m}"
87       ]
88     },
89     {
90       "name": "Controller",
91       "dependencies": {
92         "Rest2Mobile/Categories": [
94         ],
95         "Rest2Mobile/Logging": [
97         ],
98         "Rest2Mobile/Serialization": [
100         ],
101         "Rest2Mobile/Transport": [
103         ],
104         "Rest2Mobile/Utilities": [
106         ]
107       },
108       "source_files": [
109         "Rest2Mobile/Controller/*/*.{h,m}",
110         "Rest2Mobile/Controller/*.{h,m}"
111       ]
112     }
113   ]