blob: 5e19a864cfe60df5367ce109e9ba521bd425c5cf [file] [log] [blame]
{
"name": "DASHEmbed",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "12.0"
},
"source_files": "DASHEmbed/Framework/**/*.{h,m}",
"resource_bundles": {
"DASHEmbed": [
"DASHEmbed/Framework/**/*.{storyboard,xib}"
]
},
"frameworks": [
"Foundation",
"UIKit",
"UserNotifications",
"WebKit"
]
}