[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / e / 8 / Backendless-Light / 3.0.7 / Backendless-Light.podspec.json
blobdeaa541b13b7d7fc9ddbfa2427e376fc1187e116
2   "name": "Backendless-Light",
3   "version": "3.0.7",
4   "summary": "Backendless provides an instant backend to help developers build better apps faster.",
5   "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.",
6   "homepage": "http://backendless.com",
7   "license": {
8     "type": "Apache",
9     "text": "Copyright (c) 2012-2016 by Backendless.com"
10   },
11   "authors": {
12     "Mark Piller": "mark@backendless.com"
13   },
14   "platforms": {
15     "ios": "7.1"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/Backendless/Backendless-Light.git",
20     "commit": "25296d9292de4ac276b87b759d32df72e437b599",
21     "tag": "3.0.7"
22   },
23   "preserve_paths": "lib/**/*.a",
24   "source_files": "lib/**/*.h",
25   "frameworks": "SystemConfiguration",
26   "libraries": [
27     "sqlite3",
28     "backendless",
29     "CommLibiOS"
30   ],
31   "xcconfig": {
32     "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/Backendless-Light/lib/backendless\" \"$(SRCROOT)/Pods/Backendless-Light/lib/CommLibiOS\"",
33     "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_ROOT}/Headers/Public/Backendless-Light/Backendless-Bridging-Header.h"
34   },
35   "prepare_command": "pushd lib/backendless/\n  ln -s backendless.a libbackendless.a\npopd\n\npushd lib/CommLibiOS/\n  ln -s CommLibiOS.a libCommLibiOS.a\npopd"