[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 4 / 9 / SensorbergSDK / 2.0.1 / SensorbergSDK.podspec.json
blobeba8feaac6ff346f592f960ffde0146758de9b6f
2   "name": "SensorbergSDK",
3   "version": "2.0.1",
4   "summary": "iOS SDK for handling iBeacon technology via the Sensorberg Beacon Management Platform",
5   "description": "iOS SDK for handling iBeacon technology via the [Sensorberg Beacon Management 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.0.1"
18   },
19   "source_files": [
20     "SensorbergSDK/*.{h,m}",
21     "SensorbergSDK/**/*.{h,m}"
22   ],
23   "public_header_files": "SensorbergSDK/*.h",
24   "frameworks": [
25     "UIKit",
26     "CoreBluetooth",
27     "Security",
28     "CoreTelephony",
29     "CoreLocation",
30     "SystemConfiguration",
31     "MobileCoreServices"
32   ],
33   "requires_arc": true,
34   "dependencies": {
35     "AFNetworking": [
36       "~> 2.0"
37     ],
38     "tolo": [
39       "~> 1.0"
40     ],
41     "JSONModel": [
42       "~> 1.1"
43     ],
44     "UICKeyChainStore": [
45       "~> 2.0"
46     ],
47     "objc-geohash": [
48       "~> 0.0"
49     ]
50   }