[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / SensorbergSDK / 2.1.1 / SensorbergSDK.podspec.json
blob4d7df98bf2aee83ce502be3060a371b6b87f0235
2   "name": "SensorbergSDK",
3   "version": "2.1.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.1.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   ],
36   "requires_arc": true,
37   "dependencies": {
38     "AFNetworking": [
39       "~> 2.0"
40     ],
41     "tolo": [
42       "~> 1.0"
43     ],
44     "JSONModel": [
45       "~> 1.1"
46     ],
47     "UICKeyChainStore": [
48       "~> 2.0"
49     ],
50     "objc-geohash": [
51       "~> 0.0"
52     ]
53   }