[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 4 / 9 / SensorbergSDK / 2.0 / SensorbergSDK.podspec.json
blob3e369768fb62576d91c3d972a6b5f5abd4c09488
2   "name": "SensorbergSDK",
3   "version": "2.0",
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   },
18   "source_files": [
19     "SensorbergSDK/*.{h,m}",
20     "SensorbergSDK/**/*.{h,m}"
21   ],
22   "public_header_files": "SensorbergSDK/*.h",
23   "frameworks": [
24     "UIKit",
25     "CoreBluetooth",
26     "Security",
27     "CoreTelephony",
28     "CoreLocation",
29     "SystemConfiguration",
30     "MobileCoreServices"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "AFNetworking": [
35       "~> 2.0"
36     ],
37     "tolo": [
38       "~> 1.0"
39     ],
40     "JSONModel": [
41       "~> 1.1"
42     ],
43     "UICKeyChainStore": [
44       "~> 2.0"
45     ],
46     "objc-geohash": [
47       "~> 0.0"
48     ]
49   }