blob: b6d226b2fad9e4c5ac351a39b213e19dc9a66f91 [file] [log] [blame]
{
"name": "YouboraLib",
"version": "6.0.4",
"summary": "Library required by Youbora plugins",
"description": "<<-DESC\n YouboraLib is a library created by Nice People at Work. It serves\n as the shared logic for all Youbora plugins and it also allows you\n to create your own plugins.\n DESC",
"homepage": "http://developer.nicepeopleatwork.com/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Nice People at Work": "support@nicepeopleatwork.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/NPAW/lib-plugin-ios.git",
"tag": "6.0.4"
},
"source_files": "YouboraLib/**/*.{h,m}",
"public_header_files": "YouboraLib/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORALIB_VERSION=6.0.4"
}
}