[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 6 / f / d / GPUAnimation / 0.1.0 / GPUAnimation.podspec.json
blobfb3a050090c1b362bf8fcbbdb0f83df1c31577c3
2   "name": "GPUAnimation",
3   "version": "0.1.0",
4   "summary": "iOS Animation Made Fast and Simple.",
5   "description": "A iOS UIKit Animation Library that use the Metal for all the heavy lifting.\nProvides an elegant API for animating any attributes you like.\nSave CPU time for handing events instead of calculation animation steps.",
6   "homepage": "https://github.com/lkzhao/GPUAnimation",
7   "license": "MIT",
8   "authors": {
9     "Luke": "me@lkzhao.com"
10   },
11   "source": {
12     "git": "https://github.com/lkzhao/GPUAnimation.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "ios": {
19     "frameworks": [
20       "UIKit",
21       "MetalKit"
22     ]
23   },
24   "requires_arc": true,
25   "source_files": "GPUAnimation/*"