[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 0 / 2 / mime / 1.0.0-beta.1 / mime.podspec.json
bloba9795f0b1c5818032d6ac0661d9970f31576a186
2   "name": "mime",
3   "version": "1.0.0-beta.1",
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": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/jameslintaylor/mime.git",
18     "tag": "1.0.0-beta.1"
19   },
20   "source_files": "mime/*.swift",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "AssociatedObjects": [
24       "~> 1.0.0-beta.2"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"