blob: 178fe2c7585d1400df0a67d5b247b515e9ebb09c [file] [log] [blame]
{
"name": "ALImageStore",
"version": "0.1.1",
"summary": "Lightweight class for storing images of your app",
"description": " Lightweight class for storing images of your app. \n Images are stored under Images forlder in app documents dir.\n",
"homepage": "https://github.com/appleios/ALImageStore",
"license": "MIT",
"authors": {
"aziz u. latypov": "vm06lau@mail.ru"
},
"source": {
"git": "https://github.com/appleios/ALImageStore.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"Foundation",
"UIKit"
]
}