[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / e / a / AnimationSequencer / 0.1.0 / AnimationSequencer.podspec.json
blob3845954f1121ee65216554e10499f982d38c9243
2   "name": "AnimationSequencer",
3   "version": "0.1.0",
4   "summary": "Very simple and scalable UIView animation extension without nested completion closures.",
5   "description": "Very simple and scalable UIView animation extension without nested completion closures. It uses standard iOS api but wraps around a nicer look.\n\nUsally we make animations using system `animate()` method and completion block, but in my experience it's not scalable, very hard to read and it's hard to remove or add a new animation according to design specifications.",
6   "homepage": "https://github.com/fabiosoft/AnimationSequencer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fabiosoft": "fabionisci@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fabiosoft/AnimationSequencer.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "AnimationSequencer/Classes/**/*",
23   "swift_version": "5.1"