blob: a63399f024116e5681b71e805cd8adc2a49af6f5 [file] [log] [blame]
{
"name": "TSActionSheet",
"version": "0.1.2",
"platforms": {
"ios": "8.2"
},
"summary": "A really easy and beautiful custom UIActionSheet",
"description": "A really easy and beautiful custom UIActionSheet.\n* Block callback\n* Customizable colors\n* Customizable fonts\n* Customizable background",
"homepage": "https://github.com/bnolens/TSActionSheet",
"license": "MIT",
"authors": {
"Benoit Nolens": "benoit@truestory.io"
},
"source": {
"git": "https://github.com/bnolens/TSActionSheet.git",
"tag": "0.1.2"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*.{h,m}",
"Pod/Classes/**/*.{h,m}"
],
"resources": "Pod/Classes/**/*.{xib}",
"frameworks": "UIKit"
}