blob: 54cc615cd3a8b491130cc29363769ae115e4a3af [file] [log] [blame]
{
"name": "Columbus",
"version": "0.6.1",
"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.6.1"
},
"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": [
]
}
}
]
}