blob: b5c6aded7bb4272994a3c85168256c23ecd6b9c1 [file] [log] [blame]
{
"name": "YouboraLib",
"version": "6.5.18",
"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": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"4.3",
"5.0",
"5.1"
],
"source": {
"git": "https://bitbucket.org/npaw/lib-plugin-ios.git",
"tag": "6.5.18"
},
"source_files": "YouboraLib/**/*.{swift,h,m}",
"public_header_files": "YouboraLib/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORALIB_VERSION=6.5.18"
},
"swift_version": "5.1"
}