blob: 72598db94f7676e079df2a2e390bcff3b08b159a [file] [log] [blame]
{
"name": "StripeDashboardUI",
"version": "0.1",
"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.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DashboardUI/*.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}