blob: d376ff4f103ab5cb489bc583bdc7719db795bbd7 [file] [log] [blame]
{
"name": "Backendless-osx-SDK",
"version": "3.0.25",
"summary": "Backendless provides an instant backend to help developers build better apps faster.",
"description": "Backendless is a development and a run-time platform. It helps software developers to create \nmobile and desktop applications while removing the need for server-side coding. The platform \nconsists of five core backend services which developers typically spend time implementing for\neach new applications. These services include:\n\n\tUser Service – facilitates user registrations, login, logout, session management.\n\tData Service – is responsible for data management – storage, retrieval, updates and deletion.\n\tMessaging Service – handles message publishing, broadcast, filtered message delivery and native mobile push notifications.\n\tFiles Service – is responsible for file uploads, downloads and file sharing.\n\tGeo-Location Service – supports geo spatial data imports and geo queries.\n\n\tThe Backendless services can be accessed through an easy-to-use APIs which we packaged into our \n\tSDKs. The behavior of the services and the business logic behind them can be customized through \n\tthe Development Console.",
"homepage": "http://backendless.com",
"license": {
"type": "Apache",
"text": "Copyright (c) 2012-2016 by Backendless.com"
},
"authors": {
"Mark Piller": "mark@backendless.com"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Backendless/ios-SDK.git",
"tag": "3.0.25"
},
"preserve_paths": "SDK/osx/**/*.a",
"source_files": "SDK/osx/**/*.h",
"frameworks": "SystemConfiguration",
"libraries": [
"sqlite3",
"backendless-mac",
"CommLib-osx"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/Backendless-osx-SDK/SDK/osx/backendless\" \"$(SRCROOT)/Pods/Backendless-osx-SDK/SDK/osx/CommLib\"",
"SWIFT_OBJC_BRIDGING_HEADER": "${PODS_ROOT}/Headers/Public/Backendless-osx-SDK/Backendless-Bridging-Header.h"
},
"deprecated": true
}