[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / d / 0 / 2 / mime / 0.0.4 / mime.podspec.json
blob95560f64169f302341b28e4652e26f92dfa41340
2   "name": "mime",
3   "version": "0.0.4",
4   "summary": "from target-action to closure! (and beyond ðŸš€)",
5   "description": "mime provides an alternate way of interacting with the objective-c style target-action\npattern using swift closures",
6   "homepage": "https://github.com/jameslintaylor/mime",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "James Taylor",
12   "social_media_url": "http://twitter.com/jameslintaylor",
13   "platforms": {
14     "ios": "8.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/jameslintaylor/mime.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "mime/*.swift",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "AssociatedObjects": [
26     ]
27   }