[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / SensorbergSDK / 1.0.3 / SensorbergSDK.podspec.json
blobbf7038f3e37fdd534cf6117918098a0853f62eae
2   "name": "SensorbergSDK",
3   "version": "1.0.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/1.0.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": "1.0.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   "xcconfig": {
36     "OTHER_LDFLAGS": "$(inherited) -ObjC -read_only_relocs suppress",
37     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SENSORBERGSDK_VERSION=\"@\\\"1.0.3\\\"\"",
38     "CLANG_ENABLE_MODULES": "YES",
39     "CLANG_MODULES_AUTOLINK": "YES"
40   }