blob: d7173e9d0de8b610492b9a2aede17b25e93de474 [file] [log] [blame]
{
"name": "StripeDashboardUI",
"version": "0.3",
"authors": {
"Ben Guo": "bg@stripe.com",
"Jack Flintermann": "jack@stripe.com",
"Brian Dorfman": "bdorfman@stripe.com"
},
"homepage": "https://github.com/stripe/ios-dashboard-ui",
"summary": "UI components from the Stripe Dashboard iOS app",
"source": {
"git": "https://github.com/stripe/ios-dashboard-ui.git",
"tag": "0.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DashboardUI/*.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"swift_version": "4.1"
}