blob: e172a72fc0f3c32c6bfcdef623c55051420f2c05 [file] [log] [blame]
{
"name": "Rest2Mobile",
"version": "1.0.1",
"license": {
"type": "Commercial",
"text": "See http://www.magnet.com/resources/tos.html"
},
"summary": "Use rest2mobile iOS SDK to develop iOS applications that communicate with REST/JSON APIs.",
"homepage": "https://developer.magnet.com",
"authors": {
"Magnet Systems, Inc.": "support@magnet.com"
},
"source": {
"git": "https://github.com/magnetsystems/r2m-sdk-ios.git",
"tag": "1.0.1",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"preserve_paths": "Rest2Mobile.framework",
"public_header_files": "Rest2Mobile.framework/Headers/*.h",
"vendored_frameworks": "Rest2Mobile.framework",
"frameworks": [
"CFNetwork",
"CoreData",
"Security",
"MobileCoreServices",
"SystemConfiguration",
"CoreLocation",
"Rest2Mobile"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Rest2Mobile/Rest2Mobile.framework/Headers\""
},
"libraries": "c++",
"dependencies": {
"AFNetworking": [
"~> 2.2"
],
"Mantle": [
"~> 1.4"
],
"MDMCoreData": [
"~> 1.0"
],
"RNCryptor": [
"~> 2.2"
],
"CocoaLumberjack": [
"~> 1.8"
]
}
}