[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / e / b / 5 / PKAnimations / 0.1.0 / PKAnimations.podspec.json
blob82a08e590ef7ee7004c02c7151312e27a9c3ff53
2   "name": "PKAnimations",
3   "version": "0.1.0",
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.0"
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   }