[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / SensorbergSDK / 2.6.1 / SensorbergSDK.podspec.json
blob915a9a87594fc85dad3e66a785f0ca8cc9e0e8ad
2   "name": "SensorbergSDK",
3   "version": "2.6.1",
4   "summary": "iOS SDK for handling iBeacon technology via the Sensorberg Platform",
5   "description": "iOS SDK for handling iBeacon technology via the [Sensorberg Platform](https://www.sensorberg.com).",
6   "homepage": "https://www.sensorberg.com",
7   "license": "MIT",
8   "authors": {
9     "Sensorberg GmbH": "info@sensorberg.com"
10   },
11   "social_media_url": "https://twitter.com/sensorberg",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/sensorberg-dev/ios-sdk.git",
17     "tag": "2.6.1"
18   },
19   "source_files": [
20     "SensorbergSDK/*.{h,m}",
21     "SensorbergSDK/**/*.{h,m}"
22   ],
23   "public_header_files": [
24     "SensorbergSDK/*.h",
25     "SensorbergSDK/Categories/*.h"
26   ],
27   "frameworks": [
28     "UIKit",
29     "CoreBluetooth",
30     "Security",
31     "CoreTelephony",
32     "CoreLocation",
33     "SystemConfiguration",
34     "MobileCoreServices",
35     "CoreMotion"
36   ],
37   "requires_arc": true,
38   "dependencies": {
39     "tolo": [
40       "~> 1.0"
41     ],
42     "JSONModel": [
43       "~> 1.7"
44     ],
45     "UICKeyChainStore": [
46       "~> 2.0"
47     ],
48     "ObjCGeoHash": [
50     ]
51   }