[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / 0 / 4 / BlueRangeSDK / 1.1.14 / BlueRangeSDK.podspec.json
blobf6eca61a0dad73f1f5c99b92b713973014109e6f
2   "name": "BlueRangeSDK",
3   "version": "1.1.14",
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": "Apache License, Version 2.0",
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/mwaylabs/BlueRange-SDK-iOS.git",
16     "tag": "1.1.14"
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   },
40   "libraries": "z",
41   "pod_target_xcconfig": {
42     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
43   }