{ | |
"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}" | |
] | |
} |