blob: 29e12a51c0a17e93472fc8d443bf5285e1d9ab00 [file] [log] [blame]
{
"name": "Columbus",
"version": "0.3.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A country picker for iOS, tvOS and watchOS.",
"description": "A country picker for iOS, tvOS and watchOS with features you will only find distributed in many different country-picker implementations.",
"homepage": "https://github.com/blackjacx/Columbus",
"social_media_url": "https://twitter.com/Blackjacxxx",
"authors": {
"Stefan Herold": "stefan.herold@gmail.com"
},
"source": {
"git": "https://github.com/blackjacx/Columbus.git",
"tag": "0.3.0"
},
"source_files": "Columbus/Classes/**/*",
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"resource_bundles": {
"Columbus": [
"Columbus/Resources/*.{json,xcassets}"
]
},
"frameworks": "UIKit",
"testspecs": [
{
"name": "UnitTests",
"test_type": "unit",
"requires_app_host": true,
"source_files": "Example/Tests/**/*.{swift}",
"dependencies": {
"Quick": [
],
"Nimble": [
]
}
}
]
}