blob: 9256a2a64879b72b19e89a0f2921a75ae64e1782 [file] [log] [blame]
{
"name": "XHActionSheet",
"version": "1.0.0",
"summary": "A view like actionSheet.",
"description": "It is a custom actionSheet view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/chengxianghe/XHActionSheet",
"license": "MIT",
"authors": {
"chengxianghe": "chengxianghe@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chengxianghe/XHActionSheet.git",
"tag": "1.0.0"
},
"source_files": "Class/XHActionSheet/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}