blob: fc309767be36231d902644840570b7563b5ef1eb [file] [log] [blame]
{
"name": "LEActionSheet",
"version": "0.0.2",
"summary": "ActionSheet used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/akiralereal/LEActionSheet",
"license": "MIT",
"authors": {
"akira": "akirale@163.com"
},
"source": {
"git": "https://github.com/akiralereal/LEActionSheet.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LEActionSheet/*",
"frameworks": [
"Foundation",
"UIKit"
]
}