[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / e / 8 / Backendless-Light / 2.0.4 / Backendless-Light.podspec.json
blob6561ccc5ca6659a2cb0886969ee99e950c8bf3b6
2   "name": "Backendless-Light",
3   "version": "2.0.4",
4   "summary": "Backendless provides an instant backend to help developers build better apps faster.",
5   "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",
6   "homepage": "http://Backendless.com",
7   "screenshots": "https://backendless.com/wp-content/uploads/2013/03/Backendless_architecture-1024x710.jpg",
8   "license": {
9     "type": "Apache",
10     "text": "Copyright (c) 2012-2015 by Backendless.com"
11   },
12   "authors": {
13     "Vyacheslav Vdovichenko": "slavav@themidnightcoders.com"
14   },
15   "platforms": {
16     "ios": "8.2"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/Backendless/ios-SDK.git",
21     "commit": "ebc21a0ab052c545d7097060486bdf6c5d454107",
22     "tag": "2.0.4"
23   },
24   "preserve_paths": [
25     "SDK/lib/backendless/backendless.a",
26     "SDK/lib/CommLibiOS/CommLibiOS.a"
27   ],
28   "source_files": [
29     "SDK/lib/backendless/**/*.h",
30     "SDK/lib/CommLibiOS/**/*.h"
31   ],
32   "frameworks": "SystemConfiguration",
33   "libraries": [
34     "sqlite3",
35     "backendless",
36     "CommLibiOS"
37   ],
38   "xcconfig": {
39     "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/Backendless-Light/SDK/lib/backendless\" \"$(SRCROOT)/Pods/Backendless-Light/SDK/lib/CommLibiOS\"",
40     "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_ROOT}/Headers/Backendless-Light/Backendless-Bridging-Header.h"
41   },
42   "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"