[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / 5 / PKAnimations / 0.2.3 / PKAnimations.podspec.json
blob1decc1ec4781bf94d25d43a67f023c6fd329403a
2   "name": "PKAnimations",
3   "version": "0.2.3",
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.3"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "PKAnimations/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "MGCommand": [
22     ]
23   },
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "QuartzCore",
28       "CoreGraphics",
29       "UIKit"
30     ]
31   }