[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / e / Dance / 1.0.3 / Dance.podspec.json
blob41ccb8be0fa580e8b0a1268a73c7c371a551dd68
2   "name": "Dance",
3   "version": "1.0.3",
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, stopped, 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 at the same time 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.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Dance.swift",
22   "pushed_with_swift_version": "3.0"