blob: f36c743a4ce0cca844ca1ecfa828ffe87a098517 [file] [log] [blame]
{
"name": "Backendless",
"version": "5.0.2",
"license": {
"type": "Apache",
"text": "Copyright (c) 2013-2018 by Backendless.com"
},
"homepage": "http://backendless.com",
"authors": {
"Mark Piller": "mark@backendless.com"
},
"summary": "Backendless is a Mobile Backend and API Services Platform",
"description": "Backendless is a development and a run-time platform. It helps software developers to create mobile and desktop applications while removing the need for server-side coding.",
"source": {
"git": "https://github.com/Backendless/ios-SDK.git",
"tag": "5.0.2"
},
"swift_version": "4.1",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "SDK/ios/**/*.h",
"preserve_paths": "SDK/ios/**/*.a",
"frameworks": [
"UIKit",
"CoreLocation",
"Foundation"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/Backendless/SDK/ios/backendless\""
}
},
"osx": {
"source_files": "SDK/osx/**/*.h",
"preserve_paths": "SDK/osx/**/*.a",
"frameworks": "AppKit",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/Backendless/SDK/osx/backendless\""
}
},
"frameworks": "SystemConfiguration",
"libraries": "backendless",
"prepare_command": "pushd SDK/ios/backendless/\n ln -s backendless.a libbackendless.a\npopd\n\npushd SDK/osx/backendless/\n ln -s backendless.a libbackendless.a\npopd",
"dependencies": {
"Socket.IO-Client-Swift": [
]
}
}