blob: 8295d9004d73762d0d79fc97d98006c3f0319d7d [file] [log] [blame]
{
"name": "UbuduSDK",
"version": "1.16",
"summary": "Add support of cloud-managed geofence and beacon proximity triggered interactions to IOS 7+ 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": "6.0"
},
"source": {
"git": "https://github.com/Ubudu/IOS-SDK.git",
"tag": "v1.16"
},
"vendored_frameworks": "UbuduSDK.framework",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"SystemConfiguration",
"MobileCoreServices",
"CoreData",
"CoreLocation",
"CoreBluetooth",
"PassKit"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}