blob: ca11c67e9d9002ffe3506dc8b60f336f9d607c8c [file] [log] [blame]
{
"name": "ASImageLoader",
"version": "0.2.0",
"summary": "ASImageLoader - automated image loader",
"description": "ASImageLoader - helper for image loading with configurable cache.\nEquipped with automated function optimized for collections (UITableView and UICollectionView).",
"homepage": "https://github.com/Anobisoft/ASImageLoader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanislav Pletnev": "anobisoft@gmail.com"
},
"social_media_url": "https://twitter.com/Anobisoft",
"platforms": {
"ios": "8.3"
},
"source": {
"git": "https://github.com/Anobisoft/ASImageLoader.git",
"tag": "v0.2.0"
},
"source_files": "ASImageLoader/Classes/**/*.{h,m}",
"resources": "ASImageLoader/Resources/*.plist",
"frameworks": "Foundation",
"dependencies": {
"AnobiKit": [
"~> 0.3.1"
]
},
"requires_arc": true
}