blob: 21d03d5af6afa67a1f3aedd64159250a37a648e1 [file] [log] [blame]
{
"name": "DASHEmbed",
"version": "1.0.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.0.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "DASHEmbed/Framework/**/*.{swift}",
"resource_bundles": {
"DASHEmbed": [
"DASHEmbed/Framework/**/*.{storyboard,xib}"
]
},
"frameworks": [
"Foundation",
"UIKit",
"UserNotifications",
"WebKit"
]
}