blob: 4cc94beb5a66b15f12b15166215ecea14f92360d [file] [log] [blame]
{
"name": "Backendless-ios-SDK",
"version": "2.0.14",
"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 six 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\tMedia Service – provides support for video and audio streaming (up and down) and server-side recording.\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",
"screenshots": "https://backendless.com/wp-content/uploads/2013/03/Backendless_architecture-1024x710.jpg",
"license": {
"type": "Apache",
"text": "Copyright (c) 2012-2015 by Backendless.com"
},
"authors": {
"Vyacheslav Vdovichenko": "slavav@themidnightcoders.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Backendless/ios-SDK.git",
"commit": "736978c106f139f2571faff2c8286b78d63ab7b4",
"tag": "2.0.14"
},
"preserve_paths": "SDK/lib/**/*.a",
"source_files": "SDK/lib/**/*.h",
"frameworks": "SystemConfiguration",
"libraries": [
"z",
"sqlite3",
"backendless",
"CommLibiOS",
"MediaLibiOS",
"avformat",
"avdevice",
"swscale",
"avfilter",
"avutil",
"avcodec",
"speex",
"x264"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/backendless\" \"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/CommLibiOS\" \"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/MediaLibiOS3x\" \"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/libav-11.4/lib\" \"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/speex-1.2rc2/lib\" \"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/x264/lib\"",
"SWIFT_OBJC_BRIDGING_HEADER": "${PODS_ROOT}/Headers/Public/Backendless-ios-SDK/Backendless-With-Media-Bridging-Header.h"
},
"prepare_command": "pushd SDK/lib/backendless/\n ln -s backendless.a libbackendless.a\npopd\n\npushd SDK/lib/CommLibiOS/\n ln -s CommLibiOS.a libCommLibiOS.a\npopd\n\npushd SDK/lib/MediaLibiOS3x/\n ln -s MediaLibiOS.a libMediaLibiOS.a\npopd"
}