blob: ae940576a3fe067fd3c86e10251316331f94940c [file] [log] [blame]
{
"name": "ProductHunt",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://www.producthunt.com",
"authors": {
"François Boulais": "francois@appcraftstudio.com"
},
"social_media_url": "https://twitter.com/frboulais",
"summary": "Product Hunt badge for iOS",
"source": {
"git": "https://github.com/appcraftstudio/producthunt.git",
"tag": "1.0.0"
},
"screenshots": [
"https://github.com/appcraftstudio/buymeacoffee/raw/master/Images/screenshot-buymeacoffee-home.png",
"https://github.com/appcraftstudio/buymeacoffee/raw/master/Images/screenshot-buymeacoffee-apple-pay.png"
],
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": [
"Sources/**/*.swift",
"Bundle.swift"
],
"resources": "Sources/**/Resources/*",
"ios": {
"frameworks": [
"UIKit",
"WebKit"
]
},
"testspecs": [
{
"name": "ProductHuntTests",
"test_type": "unit",
"source_files": "Tests/ProductHuntTests/*.{swift}"
}
],
"swift_version": "5.0"
}