blob: a4ede90b064b14dfbd9e423bd2bb9f1b703b4907 [file] [log] [blame]
{
"name": "MDCShineEffect",
"version": "0.1.0",
"summary": "Add a \"shine\" effect to any view.",
"homepage": "https://github.com/modocache/MDCShineEffect",
"license": "MIT",
"authors": {
"modocache": "modocache@gmail.com"
},
"source": {
"git": "https://github.com/modocache/MDCShineEffect.git",
"tag": "v0.1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"frameworks": [
"UIKit",
"QuartzCore",
"CoreImage"
]
}