[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / f / ElasticTransition / 3.0.0 / ElasticTransition.podspec.json
blob4a849843c80adaf793a1d00da9bf2e351d9242e1
2   "name": "ElasticTransition",
3   "version": "3.0.0",
4   "summary": "A UIKit custom modal transition that simulates an elastic drag. Written in Swift.",
5   "description": "A UIKit custom modal transition that simulates an elastic drag. Written in Swift.\nBest for side menu and navigation transition.\n\nThis is inspired by DGElasticPullToRefresh from gontovnik.",
6   "homepage": "https://github.com/lkzhao/ElasticTransition",
7   "screenshots": "https://github.com/lkzhao/ElasticTransition/blob/master/imgs/demo.gif?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Luke": "lzhaoyilun@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/lkzhao/ElasticTransition.git",
14     "tag": "3.0.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation"
23     ]
24   },
25   "requires_arc": true,
26   "source_files": "ElasticTransition/*.swift",
27   "dependencies": {
28     "MotionAnimation": [
29       "~> 0.1.0"
30     ]
31   }