[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 4 / 9 / SensorbergSDK / 0.7.0 / SensorbergSDK.podspec.json
blob6e15ebcdc38027ddd2a56f215bd4816b17f3cb86
2   "name": "SensorbergSDK",
3   "version": "0.7.0",
4   "summary": "iOS SDK for handling iBeacon technology via the Sensorberg Beacon Management Platform.",
5   "homepage": "http://www.sensorberg.com",
6   "social_media_url": "https://twitter.com/sensorberg",
7   "authors": {
8     "Max Horvath": "max@sensorberg.com"
9   },
10   "license": {
11     "type": "Copyright",
12     "text": "Copyright 2013-2014 Sensorberg GmbH. All rights reserved."
13   },
14   "source": {
15     "git": "https://github.com/sensorberg-dev/ios-sdk.git",
16     "tag": "0.7.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
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   "compiler_flags": {
35     "CLANG_ENABLE_MODULES": "1",
36     "CLANG_MODULES_AUTOLINK": "1"
37   },
38   "xcconfig": {
39     "OTHER_LDFLAGS": "$(inherited) -ObjC"
40   }