blob: 2e6332e266fe63ed33f0dd0d3f03f4bc136e4eae [file] [log] [blame]
{
"name": "XKFastRawImageStore",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XKFastRawImageStore": [
"Pod/Assets/*.png"
]
}
}