blob: eb424af377b96a1e7586be9bcae7becaee066537 [file] [log] [blame]
{
"name": "GPUAnimation",
"version": "0.0.2",
"summary": "iOS Animation Made Fast and Simple.",
"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.",
"homepage": "https://github.com/lkzhao/GPUAnimation",
"license": "MIT",
"authors": {
"Luke": "me@lkzhao.com"
},
"source": {
"git": "https://github.com/lkzhao/GPUAnimation.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"MetalKit"
]
},
"requires_arc": true,
"source_files": "GPUAnimation/*.swift",
"resource_bundles": {
"GPUAnimation": [
"GPUAnimation/*.metal"
]
}
}