blob: 9802c1eb884d649b576cd3fcfd712fcb779d41f1 [file] [log] [blame]
{
"name": "Delirium",
"version": "2.1.0",
"summary": "A set of UI components that we tend to reuse at iCapps.",
"description": "Delirium contains a set of UI components for reuse.\n\nHere are the components we currently support:\n- Alerts\n- Custom animations\n- Pie Chart\n- Pin View",
"homepage": "https://github.com/icapps/ios-delirium",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jelle Vandebeeck": "jelle@fousa.be"
},
"source": {
"git": "https://github.com/icapps/ios-delirium.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/icapps",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"resource_bundles": {
"Delirium": [
"Assets/**/*.strings"
]
},
"ios": {
"resource_bundles": {
"Delirium": [
"Assets/**/*.storyboard"
]
}
},
"pushed_with_swift_version": "3.0"
}