[Add] ikame_ios_sdk 1.0.425
[CocoaPods.git] / Specs / 6 / f / d / GPUAnimation / 0.0.2 / GPUAnimation.podspec.json
blobeb424af377b96a1e7586be9bcae7becaee066537
2   "name": "GPUAnimation",
3   "version": "0.0.2",
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.2"
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/*.swift",
26   "resource_bundles": {
27     "GPUAnimation": [
28       "GPUAnimation/*.metal"
29     ]
30   }