[Add] DocumentReaderFullAuthRFIDNightly 7.6.11079
[CocoaPods.git] / Specs / 6 / f / d / GPUAnimation / 0.0.3 / GPUAnimation.podspec.json
blob7a5a9bcd86af6cdbc83946620e99bb9fd8e47692
2   "name": "GPUAnimation",
3   "version": "0.0.3",
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.0.3"
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/*"