[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 3 / f / ElasticTransition / 1.0.0 / ElasticTransition.podspec.json
blob217f2ffacc18eee550a08c4eb65f1756afa059c8
2   "name": "ElasticTransition",
3   "version": "1.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/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": "1.0.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation"
23     ]
24   },
25   "requires_arc": true,
26   "source_files": "ElasticTransition/*.swift"