blob: 2c572569d25c5ee0ff81164eb9a5367709706029 [file] [log] [blame]
{
"name": "ACActionSheet",
"version": "1.0.4",
"summary": "ACActionSheet Tool",
"description": "ACActionSheet Tool",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ACActionSheet/*.{h,m}",
"resource_bundles": {
"ACActionSheet": [
"ACActionSheet/*.{png,bundle}"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}