[Add] AnyThinkiOS 6.4.40
[CocoaPods.git] / Specs / 3 / c / 8 / ACAnimator / 1.0.0 / ACAnimator.podspec.json
blobcd527a4f3ff8f838edd4c188f1fc020908c199a4
2   "name": "ACAnimator",
3   "version": "1.0.0",
4   "summary": "Animate anything on iOS or tvOS",
5   "description": "ACAnimator lets you animate almost anything on iOS or tvOS (including non-animatable properties). Can also be used to \"animate\" logical changes not just visual (e.g. fade in/out audio). It supports over 30 different easing functions and it uses `CADisplayLink` for optimal performance.",
6   "homepage": "https://github.com/acotilla91/ACAnimator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alejandro Cotilla": "acotilla91@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/acotilla91/ACAnimator.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/acotilla91",
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "swift_version": "5.0",
24   "source_files": "ACAnimator/Classes/**/*"