blob: c7f4737f22d9495cfe7a23036286e3e55c8d281b [file] [log] [blame]
{
"name": "JGActionSheet",
"version": "1.0.1",
"summary": "A feature rich action sheet for iOS.",
"description": "<b>JGActionSheet has all features of UIActionSheet but it goes even further than that:<b>\n• Multiple sections.\n• Full customization for buttons and labels.\n• Sections can contain custom views.\n• Blocks.\n• Unlimited content capacity, thanks to UIScrollView.\n",
"homepage": "https://github.com/JonasGessner/JGActionSheet",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Jonas Gessner",
"social_media_url": "http://twitter.com/JonasGessner",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/JonasGessner/JGActionSheet.git",
"tag": "v1.0.1"
},
"source_files": "JGActionSheet/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}