blob: ecd8d38866c3d044e08f4d2dd3dd854bddb001e3 [file] [log] [blame]
{
"name": "InbeaconSdk",
"version": "3.2.17",
"summary": "Inbeacon SDK framework for iOS (Obj-C & Swift)",
"homepage": "https://github.com/inbeacon/InbeaconSdk-IOS",
"authors": {
"Ronald van Woensel": "ronald@inbeacon.nl"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/inbeacon/InbeaconSdk-IOS.git",
"tag": "3.2.17"
},
"documentation_url": "https://github.com/inbeacon/InbeaconSdk-IOS",
"vendored_frameworks": "InbeaconSdk.framework",
"resources": "resources/*",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation"
],
"license": {
"type": "Copyright",
"text": " Copyright 2016 Inbeacon b.v. All rights reserved.\n"
}
}