blob: 7ed8d56bb51c701ee85a6e49d54d78227044180b [file] [log] [blame]
{
"name": "LDViewStack",
"version": "0.1.0",
"summary": "Randomly positioned stack of draggable UIViews",
"homepage": "https://github.com/leedaffen/LDViewStack",
"license": "MIT",
"authors": {
"Lee Daffen": "leedaffen@gmail.com"
},
"source": {
"git": "https://github.com/leedaffen/LDViewStack.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"preserve_paths": "Classes/**/*"
}