blob: 72d177d87c4c3d16fe0983c992bdd4b166e67cbe [file] [log] [blame]
{
"name": "Delirium",
"version": "0.4.0",
"summary": "A set of UI components that we tend to reuse at iCapps.",
"description": "Delirium contains a set of UI components for reuse. Like for example:\n\n- Shake your `UIView`.\n- Present a `UIAlertController` from an `NSError`.",
"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": "0.4.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"
]
}
}
}