blob: faa6f489bae6f8520eb0d3150f3f3f01446bb445 [file] [log] [blame]
{
"name": "DASHEmbed",
"version": "1.2.0",
"summary": "An easy way to embed DASH into an iOS app",
"description": "DASHEmbed provides an easy way to embed the DASH mobile experience into an iOS application.",
"homepage": "https://github.com/DashAuction/iOS-DASHEmbed",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"DASH": "ryan@dashapp.io"
},
"source": {
"git": "https://github.com/DashAuction/iOS-DASHEmbed.git",
"tag": "1.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"source_files": "DASHEmbed/Framework/**/*.{swift}",
"resource_bundles": {
"DASHEmbed": [
"DASHEmbed/Framework/**/*.{storyboard,xib}"
]
},
"frameworks": [
"Foundation",
"UIKit",
"UserNotifications",
"WebKit"
],
"swift_version": "5.0"
}