[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / c / f / MCAnimationView / 0.1.0 / MCAnimationView.podspec.json
blob20a7fb35a20afdfd2b88332c66c170cf0150a615
2   "name": "MCAnimationView",
3   "version": "0.1.0",
4   "license": "BSD 3-Clause",
5   "summary": "A UIImageView alternative for better animations",
6   "description": "UIImageView alternative for animations that don't need to load all the images in memory at once and provide callback when animation is done.",
7   "homepage": "https://github.com/mirego/MCAnimationView",
8   "authors": {
9     "Mirego, Inc.": "info@mirego.com"
10   },
11   "source": {
12     "git": "https://github.com/mirego/MCAnimationView.git",
13     "tag": "0.1.0"
14   },
15   "source_files": "MCAnimationView/*.{h,m}",
16   "requires_arc": true,
17   "dependencies": {
18     "MCUIImageAdvanced": [
20     ]
21   },
22   "platforms": {
23     "ios": "5.0"
24   }