blob: 2a6d24caafbb3082388bf16ced4b80ac9eb72acf [file] [log] [blame]
{
"name": "MLPSpotlight",
"version": "1.1",
"summary": "UIView subclass that draws a spotlight effect.",
"homepage": "https://github.com/EddyBorja/MLPSpotlight",
"license": {
"type": "MIT",
"file": "MIT_LICENSE.md"
},
"authors": {
"Eddy Borja": "email@address.com"
},
"source": {
"git": "https://github.com/EddyBorja/MLPSpotlight.git",
"tag": "1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"MLPSpotlight",
"MLPSpotlight/**/*.{h,m}"
],
"public_header_files": "MLPSpotlight/**/*.h",
"requires_arc": true
}