[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / b / f / EasyTransitioning / 0.2.0 / EasyTransitioning.podspec.json
blob355fdbf0bcc90844c6c697b9b8134829073d6119
2   "name": "EasyTransitioning",
3   "version": "0.2.0",
4   "summary": "Removing the boilerplate code associated with UIViewControllerAnimatedTransitioning",
5   "description": "This library provides built-in animations for changing view properties during UIViewController present/dismiss transitions. It also provides an easy way to add your own customized animations.",
6   "homepage": "https://github.com/hweetty/EasyTransitioning",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jerry Yu": "hi@jerryyu.ca"
13   },
14   "social_media_url": "https://twitter.com/hweetty",
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/hweetty/EasyTransitioning.git",
18     "tag": "0.2.0"
19   },
20   "source_files": "EasyTransitioning/Classes/**/*",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "pushed_with_swift_version": "2.3"