[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / f / Backendless-ios-SDK / 1.18.1 / Backendless-ios-SDK.podspec.json
blobe7576da6caf8e5c7ad5ab931520c1d34add1ce1a
2   "name": "Backendless-ios-SDK",
3   "version": "1.18.1",
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": "7.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/Backendless/ios-SDK.git",
21     "commit": "e41a026d09797a75db6713436feed163370de68f",
22     "tag": "1.18.1"
23   },
24   "preserve_paths": "**/*.a",
25   "source_files": "**/*.h",
26   "exclude_files": "**/*mac.a",
27   "frameworks": [
28     "CoreData",
29     "CFNetwork",
30     "CoreLocation",
31     "MapKit",
32     "SystemConfiguration",
33     "Security",
34     "CoreGraphics",
35     "UIKit",
36     "Foundation",
37     "AudioToolbox",
38     "AVFoundation",
39     "CoreMedia",
40     "CoreVideo",
41     "CoreFoundation"
42   ],
43   "libraries": [
44     "z",
45     "sqlite3",
46     "backendless",
47     "CommLibiOS",
48     "MediaLibiOS",
49     "avresample",
50     "avformat",
51     "avdevice",
52     "swscale",
53     "avfilter",
54     "avutil",
55     "avcodec"
56   ],
57   "xcconfig": {
58     "OTHER_LDFLAGS": "-ObjC",
59     "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/MediaLibiOS\" \"$(SRCROOT)/Pods/Backendless-ios-SDK/SDK/lib/libav-v9.1965/lib\""
60   },
61   "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/MediaLibiOS/\n\t  ln -s MediaLibiOS.a libMediaLibiOS.a\n\tpopd\n\t\n"