blob: 0cc56bc5ecd359beb79b450e40e2adfeac50a83a [file] [log] [blame]
{
"name": "TSActionSheet",
"version": "0.1.4",
"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": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Benoit Nolens": "benoit@truestory.io"
},
"source": {
"git": "https://github.com/bnolens/TSActionSheet.git",
"tag": "0.1.4"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"UserInterface": [
"Pod/Classes/**/*.{xib}"
]
},
"frameworks": "UIKit"
}