blob: 0ae3a3ace41251523af28fe87117f90a1a799f34 [file] [log] [blame]
{
"name": "MHAlbumView",
"version": "0.1.0",
"description": "A UIImageView subclass, which shows a UIActivityIndicator when it's image property is nil. Additionally you can attach a action-block for tapping the image ",
"summary": "UIImageView subclass: if image->nil show spinning UIAcitivtyIndicatorView",
"homepage": "http://mhaddl.me",
"license": "MIT",
"authors": {
"Martin Hartl": "martin@mhaddl.me"
},
"source": {
"git": "https://github.com/mhaddl/MHAlbumView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mhaddl",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*"
}