[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 5 / DESlideToConfirmView / 0.1 / DESlideToConfirmView.podspec.json
blob15da6504f80ec6fcf27579c01788f495a4502990
2   "name": "DESlideToConfirmView",
3   "version": "0.1",
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.1"
23   },
24   "source_files": "src/*.{h,m}",
25   "license": {
26     "type": "MIT",
27     "file": "LICENSE"
28   }