[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 2 / 0 / 4 / BlueRangeSDK / 1.1.5 / BlueRangeSDK.podspec.json
blob41eda2a4e39b3220f8c6575ac31c81cef047365c
2   "name": "BlueRangeSDK",
3   "version": "1.1.5",
4   "summary": "iOS SDK for interaction with Relution SmartBeacons",
5   "description": "iOS SDK for interaction with Relution SmartBeacons",
6   "homepage": "https://www.relution.io/de/beacon-management-plattform/",
7   "license": "BSD",
8   "authors": {
9     "M-Way Solutions GmbH": "iot@mwaysolutions.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/me-mway/BlueRange-SDK-iOS.git",
16     "tag": "1.1.5"
17   },
18   "source_files": [
19     "BlueRangeSDK/*.{h,m}",
20     "BlueRangeSDK/**/*.{h,m}"
21   ],
22   "public_header_files": "BlueRangeSDK/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "MobileCoreServices",
26     "SystemConfiguration",
27     "CFNetwork",
28     "Foundation",
29     "CoreBluetooth",
30     "CoreFoundation",
31     "CoreGraphics",
32     "CoreLocation"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "ASIHTTPRequest": [
37       "~> 1.8"
38     ]
39   }