[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / Rest2Mobile / 1.0.0 / Rest2Mobile.podspec.json
bloba417c95a934a283f2c8dcd8a5f63fd5557988494
2   "name": "Rest2Mobile",
3   "version": "1.0.0",
4   "license": {
5     "type": "Commercial",
6     "text": "See http://www.magnet.com/resources/tos.html"
7   },
8   "summary": "Use rest2mobile iOS SDK to develop iOS applications that communicate with REST/JSON APIs.",
9   "homepage": "https://developer.magnet.com",
10   "authors": {
11     "Magnet Systems, Inc.": "support@magnet.com"
12   },
13   "source": {
14     "git": "https://bitbucket.org/magneteng/magnet-sdk-ios.git",
15     "tag": "v1.0.0",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "preserve_paths": "Rest2Mobile.framework",
23   "public_header_files": "Rest2Mobile.framework/Headers/*.h",
24   "vendored_frameworks": "Rest2Mobile.framework",
25   "frameworks": [
26     "CFNetwork",
27     "CoreData",
28     "Security",
29     "MobileCoreServices",
30     "SystemConfiguration",
31     "CoreLocation",
32     "Rest2Mobile"
33   ],
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC -all_load",
36     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Rest2Mobile/Rest2Mobile.framework/Headers\""
37   },
38   "libraries": "c++",
39   "dependencies": {
40     "AFNetworking": [
41       "~> 2.2"
42     ],
43     "Mantle": [
44       "~> 1.4"
45     ],
46     "MDMCoreData": [
47       "~> 1.0"
48     ],
49     "RNCryptor": [
50       "~> 2.2"
51     ],
52     "CocoaLumberjack": [
53       "~> 1.8"
54     ]
55   }