blob: fa4c4b491ba5c5d44bb0970c26973df454c59bb1 [file] [log] [blame]
{
"name": "NBImageCache",
"version": "0.1.0",
"summary": "Fast and asynchronous image cache, based on Realm.io and with a simple block based api.",
"homepage": "https://github.com/Noambaron/NBImageCache",
"license": "MIT",
"authors": {
"Noam Bar-on": "bar.on.noam1@gmail.com"
},
"source": {
"git": "https://github.com/Noambaron/NBImageCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NBImageCache": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"dependencies": {
"Realm": [
"~> 0.91.1"
]
}
}