blob: 28bbc85cbdef4705b62c1252bf88e0ab74f1087f [file] [log] [blame]
{
"name": "LetterpressExplosion",
"version": "1.0",
"summary": "Category on `UIView` called Explode that will take the uiview and explode it into pieces.",
"homepage": "https://github.com/vibrazy/letterpressexplosion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Daniel Tavares",
"source": {
"git": "https://github.com/vibrazy/letterpressexplosion.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "LetterPressExplosion/LetterPressExplosion/Categories/**/*.{h,m}",
"public_header_files": "LetterPressExplosion/LetterPressExplosion/Categories/**/*.{h,m}",
"requires_arc": true
}