[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 2 / 0 / 4 / BlueRangeSDK / 1.1.8 / BlueRangeSDK.podspec.json
blob58ebf42a3dee71a8043468aa008a2d2e9f436c88
2   "name": "BlueRangeSDK",
3   "version": "1.1.8",
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.8"
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   "user_target_xcconfig": {
42     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
43   }