blob: 5587e44a963e002aaa67660f82edc87aa63a9fff [file] [log] [blame]
{
"name": "LSActionView",
"version": "1.0.0",
"license": "MIT",
"summary": "LSActionView is an alternative to UIActionSheet with a block-based API and a customizable look.",
"homepage": "https://github.com/tinymind/LSActionView",
"authors": {
"lslin": "xappbox@gmail.com"
},
"source": {
"git": "https://github.com/tinymind/LSActionView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "Classes/*",
"frameworks": [
"Foundation",
"UIKit"
]
}