[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / e / 8 / Backendless-Light / 3.0.44 / Backendless-Light.podspec.json
blob78369b637bf449110b06a2e87ffeb616a0efe4d3
2   "name": "Backendless-Light",
3   "version": "3.0.44",
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 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.",
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": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/Backendless/ios-SDK.git",
20     "tag": "3.0.44"
21   },
22   "preserve_paths": "SDK/ios/**/*.a",
23   "source_files": "SDK/ios/**/*.h",
24   "frameworks": [
25     "CFNetwork",
26     "CoreData",
27     "CoreGraphics",
28     "CoreLocation",
29     "Foundation",
30     "MapKit",
31     "Security",
32     "SystemConfiguration",
33     "UIKit",
34     "SafariServices"
35   ],
36   "libraries": [
37     "z",
38     "sqlite3",
39     "backendless",
40     "CommLibiOS"
41   ],
42   "xcconfig": {
43     "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/Backendless-Light/SDK/ios/backendless\" \"$(SRCROOT)/Pods/Backendless-Light/SDK/ios/CommLibiOS\""
44   },
45   "prepare_command": "pushd SDK/ios/backendless/\n  ln -s backendless.a libbackendless.a\npopd\n\npushd SDK/ios/CommLibiOS/\n  ln -s CommLibiOS.a libCommLibiOS.a\npopd"