[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / d / 0 / 2 / mime / 0.0.1 / mime.podspec.json
blob8725d61a860eaf55408f0dadae8a3f9b6b5eecce
2   "name": "mime",
3   "version": "0.0.1",
4   "summary": "gesture recognizers for swift",
5   "description": "mime is a simpler api for adding and reacting to `UIGestureRecognizer` in swift\n\n- add a gesture recognizer and react to it with `UIView.mime_on(_:UIGestureRecognizer...)`\n- remove a gesture recognizer with `UIView.mime_off(_:UIGestureRecognizer...)`",
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.1"
20   },
21   "source_files": "mime/*.swift",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "AssociatedObjects": [
26     ]
27   }