[Add] UBiXDaq 2.4.0
[CocoaPods.git] / Specs / 7 / a / e / Dance / 1.0.6 / Dance.podspec.json
blob5c0d2056819c727f02c3844bbfcc3b69001f9955
2   "name": "Dance",
3   "version": "1.0.6",
4   "summary": "A radical & elegant animation library built for iOS.",
5   "description": "Dance is a lightweight and straightforward animations framework built upon the new UIViewPropertyAnimator class introduced in iOS 10. With Dance, creating an animation for a view is as easy as calling view.dance.animate{ ... } and can be started, paused, reversed, scrubbed through, and finished anywhere that the view can be referenced. Dance is especially forgiving, and provides the power that UIViewPropertyAnimator brings to iOS while maintaining ease of use.",
6   "homepage": "https://github.com/saoudrizwan/Dance",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Saoud Rizwan": "hello@saoudmr.com"
13   },
14   "source": {
15     "git": "https://github.com/saoudrizwan/Dance.git",
16     "tag": "v1.0.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Dance.swift",
22   "pushed_with_swift_version": "3.0"