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