blob: ce9f67fcce25e4a839025a508c976d1c6097159b [file] [log] [blame]
{
"name": "ASImageLoader",
"version": "0.1.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.1.0"
},
"source_files": "ASImageLoader/Classes/**/*.{h,m}",
"resources": "ASImageLoader/Resources/*.plist",
"frameworks": "Foundation",
"dependencies": {
"AnobiKit": [
"~> 0.2.19"
]
},
"requires_arc": true
}