[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / f / Backendless-ios-SDK / 2.0.6 / Backendless-ios-SDK.podspec.json
blob18521078d51f8ddc9c02dd6f8b6d7732ce6c03c0
2   "name": "Backendless-ios-SDK",
3   "version": "2.0.6",
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   "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.3"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/Backendless/ios-SDK.git",
21     "commit": "79b3b8eeff114c0a8c33f59d519306ab19d722af",
22     "tag": "2.0.6"
23   },
24   "preserve_paths": "**/*.a",
25   "source_files": "**/*.h",
26   "exclude_files": [
27     "**/*mac.a",
28     "**/*osx.a"
29   ],
30   "frameworks": [
31     "AVFoundation",
32     "AudioToolbox",
33     "CFNetwork",
34     "CoreData",
35     "CoreGraphics",
36     "CoreLocation",
37     "CoreMedia",
38     "CoreVideo",
39     "Foundation",
40     "MapKit",
41     "Security",
42     "SystemConfiguration",
43     "UIKit"
44   ],
45   "libraries": [
46     "z",
47     "sqlite3",
48     "backendless",
49     "CommLibiOS",
50     "MediaLibiOS",
51     "swresample",
52     "avformat",
53     "avdevice",
54     "swscale",
55     "avfilter",
56     "avutil",
57     "avcodec",
58     "speex",
59     "speexdsp",
60     "x264"
61   ],
62   "xcconfig": {
63     "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/ffmpeg-2.2.1/lib\" \"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/libspeex-1.2rc1/lib\" \"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/libx264-r2409/lib\"",
64     "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_ROOT}/Headers/Public/Backendless-ios-SDK/Backendless-With-Media-Bridging-Header.h"
65   },
66   "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"