[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / f / Backendless-ios-SDK / 3.0.3 / Backendless-ios-SDK.podspec.json
blob9c62906c4cf8d27b778f867041b4adfb0283008e
2   "name": "Backendless-ios-SDK",
3   "version": "3.0.3",
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     "Vyacheslav Vdovichenko": "slavav@themidnightcoders.com"
13   },
14   "platforms": {
15     "ios": "9.2"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/Backendless/ios-SDK.git",
20     "commit": "6393a60bac7d28d7358f84e31fcf655a97bbe558",
21     "tag": "3.0.3"
22   },
23   "preserve_paths": "SDK/lib/**/*.a",
24   "source_files": "SDK/lib/**/*.h",
25   "frameworks": [
26     "AdSupport",
27     "AVFoundation",
28     "AudioToolbox",
29     "CFNetwork",
30     "CoreData",
31     "CoreGraphics",
32     "CoreLocation",
33     "CoreMedia",
34     "CoreVideo",
35     "Foundation",
36     "MapKit",
37     "Security",
38     "SystemConfiguration",
39     "UIKit"
40   ],
41   "libraries": [
42     "z",
43     "sqlite3",
44     "backendless",
45     "CommLibiOS",
46     "MediaLibiOS",
47     "avformat",
48     "avdevice",
49     "swscale",
50     "avfilter",
51     "avutil",
52     "avcodec",
53     "speex",
54     "x264"
55   ],
56   "xcconfig": {
57     "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\"",
58     "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_ROOT}/Headers/Public/Backendless-ios-SDK/Backendless-With-Media-Bridging-Header.h"
59   },
60   "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"