[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / SensorbergSDK / 0.7.3 / SensorbergSDK.podspec.json
blob56fbc76ae8d4c8f0072cfce346db32a895aa1236
2   "name": "SensorbergSDK",
3   "version": "0.7.3",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "iOS SDK for handling iBeacon technology via the Sensorberg Beacon Management Platform.",
8   "homepage": "https://github.com/sensorberg-dev/ios-sdk",
9   "documentation_url": "http://sensorberg-dev.github.io/ios-sdk/0.7.3/",
10   "social_media_url": "https://twitter.com/sensorberg",
11   "authors": {
12     "Max Horvath": "max@sensorberg.com"
13   },
14   "license": {
15     "type": "Copyright",
16     "text": "Copyright 2013-2014 Sensorberg GmbH. All rights reserved."
17   },
18   "source": {
19     "git": "https://github.com/sensorberg-dev/ios-sdk.git",
20     "tag": "0.7.3"
21   },
22   "ios": {
23     "vendored_frameworks": "SensorbergSDK.framework"
24   },
25   "frameworks": [
26     "CoreBluetooth",
27     "CoreGraphics",
28     "CoreLocation",
29     "Foundation",
30     "MobileCoreServices",
31     "Security",
32     "SystemConfiguration"
33   ],
34   "requires_arc": true,
35   "compiler_flags": {
36     "CLANG_ENABLE_MODULES": "1",
37     "CLANG_MODULES_AUTOLINK": "1"
38   },
39   "xcconfig": {
40     "OTHER_LDFLAGS": "$(inherited) -ObjC",
41     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SENSORBERGSDK_VERSION=\"@\\\"0.7.3\\\"\""
42   }