[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / e / b / 5 / PKAnimations / 0.1.1 / PKAnimations.podspec.json
blob557b30601927e49199696a0a6be10f635edd5b44
2   "name": "PKAnimations",
3   "version": "0.1.1",
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.1"
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   }