[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / 5 / PKAnimations / 0.2.2 / PKAnimations.podspec.json
blobf05aeb839f8cf7dd68076bdf566a3ff043b02bfd
2   "name": "PKAnimations",
3   "version": "0.2.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.2.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.2.0"
22     ]
23   },
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "QuartzCore",
28       "CoreGraphics",
29       "UIKit"
30     ]
31   }