[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 8 / a / EasyAnimationSwift / 0.0.1 / EasyAnimationSwift.podspec.json
blob94ee4e7ef5ea6be7357467399e18973d0df0628d
2   "name": "EasyAnimationSwift",
3   "version": "0.0.1",
4   "summary": "register CAAnimation that you can play and reverse later",
5   "description": "Encapsulation of CAAnimation in swift, extending UIView to easily store CAAnimation and play later, or reverse separately.It can also synchronize the UIView's frame to the layer's frame when the animation did finished.",
6   "homepage": "https://github.com/royliu1990/EasyAnimationSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "royliu1990": "309225529@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/royliu1990/EasyAnimationSwift.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "EasyAnimationSwift",
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       "~> 3.0"
26     ],
27     "RxCocoa": [
28       "~> 3.0"
29     ],
30     "RxOptional": [
31       "~> 3.1"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"