[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / 5 / PKAnimations / 0.1.2 / PKAnimations.podspec.json
blobeec726759baebc8b37409844d152e00b830a3c86
2   "name": "PKAnimations",
3   "version": "0.1.2",
4   "summary": "A convenient way to run UIKit Animations in sequence and/or parallel using different easing equations.",
5   "homepage": "https://github.com/patrickkulling/PKAnimations",
6   "license": "MIT",
7   "authors": {
8     "Patrick Kulling": "kontakt@patrickkulling.de"
9   },
10   "source": {
11     "git": "https://github.com/patrickkulling/PKAnimations.git",
12     "tag": "0.1.2"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "PKAnimations/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "MGCommand": [
21       "0.1.1"
22     ]
23   },
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "QuartzCore",
28       "CoreGraphics",
29       "UIKit"
30     ]
31   }