blob: 688f9d8c8cec6876f19abc4bdcfefa45bc6010fd [file] [log] [blame]
{
"name": "Backendless",
"version": "0.0.1",
"summary": "Backendless provides an instant backend to help developers build better apps faster.",
"description": "\tBackendless is a development and a run-time platform. It helps software developers to create \n\tmobile and desktop applications while removing the need for server-side coding. The platform \n\tconsists of six core backend services which developers typically spend time implementing for \n\teach new applications. These services include:\n\n\t\tUser Service – facilitates user registrations, login, logout, session management.\n\t\tData Service – is responsible for data management – storage, retrieval, updates and deletion.\n\t\tMessaging Service – handles message publishing, broadcast, filtered message delivery and native mobile push notifications.\n\t\tFiles Service – is responsible for file uploads, downloads and file sharing.\n\t\tMedia Service – provides support for video and audio streaming (up and down) and server-side recording.\n\t\tGeo-Location Service – supports geo spatial data imports and geo queries.\n\n\t\tThe Backendless services can be accessed through an easy-to-use APIs which we packaged into our \n\t\tSDKs. The behavior of the services and the business logic behind them can be customized through \n\t\tthe Development Console.\n",
"homepage": "http://Backendless.com",
"screenshots": "https://backendless.com/wp-content/uploads/2013/03/Backendless_architecture-1024x710.jpg",
"license": {
"type": "commercial",
"text": "Copyright (c) 2012-2014 by Backendless.com"
},
"authors": {
"Peter Taliancich": "Peter@WorkSimple.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Backendless/ios-SDK.git",
"commit": "1f8c88a9e1fb4734d2b5248574a3f115271222d5"
},
"preserve_paths": "**/*.{a}",
"source_files": "**/*.{h}",
"exclude_files": "**/*mac.a",
"frameworks": [
"CoreData",
"CFNetwork",
"CoreLocation",
"MapKit",
"SystemConfiguration",
"Security",
"CoreGraphics",
"UIKit",
"Foundation",
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"CoreFoundation"
],
"libraries": [
"z",
"sqlite3",
"backendless",
"CommLibiOS",
"MediaLibiOS",
"avresample",
"avformat",
"avdevice",
"swscale",
"avfilter",
"avutil",
"avcodec"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/Backendless/SDK/lib/backendless\" \"$(SRCROOT)/Pods/Backendless/SDK/lib/CommLibiOS\" \"$(SRCROOT)/Pods/Backendless/SDK/lib/MediaLibiOS\" \"$(SRCROOT)/Pods/Backendless/SDK/lib/libav-v9.1965/lib\""
},
"prepare_command": "\n pushd SDK/lib/backendless/\n\t ln -s backendless.a libbackendless.a\n\tpopd\n\t\n\tpushd SDK/lib/CommLibiOS/\n\t ln -s CommLibiOS.a libCommLibiOS.a\n\tpopd\n\t\n\tpushd SDK/lib/MediaLibiOS/\n\t ln -s MediaLibiOS.a libMediaLibiOS.a\n\tpopd\n\t\n"
}