blob: a9795f0b1c5818032d6ac0661d9970f31576a186 [file] [log] [blame]
{
"name": "mime",
"version": "1.0.0-beta.1",
"summary": "from target-action to closure! (and beyond 🚀)",
"description": "mime provides an alternate way of interacting with the objective-c style target-action\npattern using swift closures",
"homepage": "https://github.com/jameslintaylor/mime",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "James Taylor",
"social_media_url": "http://twitter.com/jameslintaylor",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jameslintaylor/mime.git",
"tag": "1.0.0-beta.1"
},
"source_files": "mime/*.swift",
"frameworks": "UIKit",
"dependencies": {
"AssociatedObjects": [
"~> 1.0.0-beta.2"
]
},
"pushed_with_swift_version": "3.0"
}