blob: faa8a89d98064ec4ecf26bf94f3baa6dfab0cfbd [file] [log] [blame]
{
"name": "CustomActionsheet",
"version": "0.1.0",
"summary": "A custom actionsheet base class of UIView.",
"description": "This CocoaPod provides the custom actionsheet.\n Don't worry about the detailed part like show/dismiss animation.\n It handles everything inside itself.",
"homepage": "https://github.com/kamarshad/CustomActionsheet",
"license": "MIT",
"authors": {
"kamarshad": "kamarshad0786@gmail.com"
},
"source": {
"git": "https://github.com/kamarshad/CustomActionsheet.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/kamarshad",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CustomActionsheet": [
"Pod/Assets/*.png",
"Pod/**/*.xib"
]
}
}