blob: 0ce187589540e4f5a14400184e248a906061b17f [file] [log] [blame]
{
"name": "ACActionSheet",
"version": "1.0.5",
"summary": "An easy way to use actionSheet/alertView",
"homepage": "https://github.com/GardenerYun",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"章子云": "gardeneryun@foxmail.com"
},
"source": {
"git": "https://github.com/GardenerYun/ACActionSheet.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ACActionSheet/**/*.{h,m}",
"resources": "ACActionSheet/ACActionSheet.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}