[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / 5 / DESlideToConfirmView / 0.0.2 / DESlideToConfirmView.podspec.json
blob9a7f8a3b2f1982dd2331e48d9b54f88ebf84a977
2   "name": "DESlideToConfirmView",
3   "version": "0.0.2",
4   "homepage": "https://github.com/dreamengine/DESlideToConfirmView",
5   "authors": {
6     "Dream Engine Interactive, Inc.": "contact@dreamengine.com"
7   },
8   "social_media_url": "https://twitter.com/dreamengine",
9   "summary": "A block-based widget that brings slide-to-confirm interfaces to your apps.",
10   "description": "DESlideToConfirmView is a widget that allows the user to slide to confirm. Perfect for situations where you really want to make sure the user knows what they're getting into, e.g. permanently deleting data.",
11   "platforms": {
12     "ios": "6.0"
13   },
14   "requires_arc": true,
15   "frameworks": [
16     "Foundation",
17     "UIKit",
18     "QuartzCore"
19   ],
20   "source": {
21     "git": "https://github.com/dreamengine/DESlideToConfirmView.git",
22     "tag": "0.0.2"
23   },
24   "source_files": "src/*.{h,m}",
25   "license": {
26     "type": "MIT",
27     "file": "LICENSE"
28   }