blob: d05a07c21120fa05133bfd6e468ac02325a936a4 [file] [log] [blame]
{
"name": "UIView+Loading",
"version": "1.0.0",
"summary": "Category to show a loading indicator inside any kind of UIView.",
"homepage": "https://github.com/needbee/uiview-loading",
"license": "MIT",
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"source": {
"git": "https://github.com/needbee/uiview-loading.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"src",
"src/**/*.{h,m}"
]
}