blob: c8a0d4f42d68317d04f2e64cf5e39558461fae62 [file] [log] [blame]
{
"name": "YouboraFreewheelAdapterLib",
"version": "6.5.1",
"summary": "Contains FreewheelAdapter compiled.",
"description": "<<-DESC\n YouboraFreewheelAdapterLib is a library created by Nice People at Work.\n It lets the adapter send events to the Youbora plugin\n DESC",
"homepage": "http://developer.nicepeopleatwork.com/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Nice People at Work": "plugins@nicepeopleatwork.com"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_version": "5.0",
"source": {
"git": "https://bitbucket.org/npaw/youbora-freewheel-adapter-lib-ios.git",
"tag": "6.5.1"
},
"ios": {
"vendored_frameworks": "ios/YouboraFreewheelAdapter.framework"
},
"tvos": {
"vendored_frameworks": "tvos/YouboraFreewheelAdapter.framework"
},
"dependencies": {
"YouboraLib": [
"~> 6.5"
]
},
"requires_arc": true
}