blob: 7988e678526b618ba2a1480491cddb270dd34fd3 [file] [log] [blame]
{
"name": "YouboraLib",
"version": "6.2.1",
"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://bitbucket.org/npaw/lib-plugin-ios.git",
"tag": "6.2.1"
},
"source_files": "YouboraLib/**/*.{h,m}",
"public_header_files": "YouboraLib/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORALIB_VERSION=6.2.1"
}
}