blob: 917e4da233aab415ec980fee9ee98aa2a602b4bc [file] [log] [blame]
{
"name": "XKFastRawImageStore",
"version": "1.0.1",
"summary": "Store images so they can be loaded quickly by Core Animation.",
"description": "XKFastRawImageStore provides a way to read and write images in a format that is most efficient for\nloading and displaying using Core Animation.",
"homepage": "https://github.com/karlvr/XKFastRawImageStore",
"license": "MIT",
"authors": {
"Karl von Randow": "karl@xk72.com"
},
"source": {
"git": "https://github.com/karlvr/XKFastRawImageStore.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XKFastRawImageStore": [
"Pod/Assets/*.png"
]
}
}