[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / e / f / GSAnimationBlockDelegate / 1.0.0 / GSAnimationBlockDelegate.podspec.json
blobc64186db0f54740170cd9801c5ddc14b95db89c6
2   "name": "GSAnimationBlockDelegate",
3   "version": "1.0.0",
4   "summary": "A lightweight class that supports block callbacks instead of CAAnimation delegates.",
5   "description": "  GSAnimationBlockDelegate offers 3 different blocks :\n  blockOnAnimationStarted when the animation starts\n  blockOnAnimationSucceeded when the animation succeeds\n  and blockOnAnimationFailed when the animation fails.\n",
6   "homepage": "https://github.com/MartinMoizard/GSAnimationBlockDelegate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Martin Moizard",
12   "source": {
13     "git": "https://github.com/MartinMoizard/GSAnimationBlockDelegate.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": "GSAnimationBlockDelegate/Library",
20   "requires_arc": true