blob: eb39a6ffb11f1d491c32660d0e6ada513c8e7571 [file] [log] [blame]
{
"name": "JTProximitySDK",
"version": "1.2.0-stable",
"summary": "iOS library for Jointag Proximity",
"homepage": "https://www.jointag.com/",
"authors": "Jointag S.r.l.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jointagdev/JTProximitySDK-iOS.git",
"tag": "1.2.0-stable"
},
"source_files": "Library/JTProximitySDK.framework/Headers/JTProximitySDK.*",
"vendored_frameworks": "Library/JTProximitySDK.framework",
"resources": [
"Library/JTProximitySDK.bundle"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreBluetooth"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/JTProximitySDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/JTProximitySDK\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2017 Estimote, Inc. All rights reserved.\n"
}
}