[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / f / Backendless-ios-SDK / 2.0.2 / Backendless-ios-SDK.podspec.json
blob057628400e7ae0ad8a44fed35eaf63ad86d36da1
2   "name": "Backendless-ios-SDK",
3   "version": "2.0.2",
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-2014 by Backendless.com"
11   },
12   "authors": {
13     "Vyacheslav Vdovichenko": "slavav@themidnightcoders.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/Backendless/ios-SDK.git",
21     "commit": "fc05ae2f54d19eb2c12d5eb8c11a293c0310a8e1",
22     "tag": "2.0.2"
23   },
24   "preserve_paths": "**/*.a",
25   "source_files": "**/*.h",
26   "exclude_files": "**/*mac.a",
27   "frameworks": [
28     "AVFoundation",
29     "AudioToolbox",
30     "CFNetwork",
31     "CoreData",
32     "CoreGraphics",
33     "CoreLocation",
34     "CoreMedia",
35     "CoreVideo",
36     "Foundation",
37     "MapKit",
38     "Security",
39     "SystemConfiguration",
40     "UIKit"
41   ],
42   "libraries": [
43     "z",
44     "sqlite3",
45     "backendless",
46     "CommLibiOS",
47     "MediaLibiOS",
48     "swresample",
49     "avformat",
50     "avdevice",
51     "swscale",
52     "avfilter",
53     "avutil",
54     "avcodec",
55     "speex",
56     "speexdsp",
57     "x264"
58   ],
59   "xcconfig": {
60     "OTHER_LDFLAGS": "-ObjC",
61     "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\"",
62     "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_ROOT}/Headers/Backendless-ios-SDK/Backendless-Bridging-Header.h"
63   },
64   "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\tpushd SDK/lib/MediaLibiOS3x/\n\t  ln -s MediaLibiOS.a libMediaLibiOS.a\n\tpopd\n\t\n"