blob: 08ca34919303e12bac03bad953518115c3c68822 [file] [log] [blame]
{
"name": "ProductHunt",
"version": "1.0.2",
"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.2"
},
"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"
}