blob: 787699c736e60509782cfee8c581042f7c533e34 [file] [log] [blame]
{
"name": "UbuduSDK",
"version": "1.25.0",
"summary": "Add support of cloud-managed geofence and beacon proximity triggered interactions to IOS 10+ applications. Works with any iBeacon device.",
"homepage": "https://github.com/Ubudu/IOS-SDK",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Ubudu SAS": "cocoapods@ubudu.com"
},
"social_media_url": "https://twitter.com/Ubudu",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Ubudu/IOS-SDK.git",
"tag": "v1.25.0"
},
"vendored_frameworks": "UbuduSDK.framework",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"SystemConfiguration",
"MobileCoreServices",
"CoreData",
"CoreLocation",
"CoreBluetooth",
"AdSupport",
"UserNotifications"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}