blob: aaf94a9fe2835cfdf578a809c486e6727f6e09d4 [file] [log] [blame]
{
"name": "JMActionSheetDescription",
"version": "0.4.4",
"summary": "JMActionSheetDescription replace UIActionSheet and UIActivityViewController.",
"description": " JMActionSheetDescription is a descriptor component. It replace your ActionSheet and UIActivityViewController usage. Write your actionSheet description and let the framework generate your custom action representation.\n\n Customizable elements : button font, color, background.\n Cool added elements are : an PickerView,\n an Horizontal carousel of iconified actions,\n an Horizontal carousel of images,\n an image to help understanding the context of action,\n an URL (in progress),\n an text (in progress).\n",
"homepage": "https://github.com/leverdeterre/JMActionSheetDescription",
"screenshots": [
"https://github.com/leverdeterre/JMActionSheetDescription/blob/master/screenshots/demo.gif?raw=true",
"https://github.com/leverdeterre/JMActionSheetDescription/blob/master/screenshots/ipads.png?raw=true",
"https://github.com/leverdeterre/JMActionSheetDescription/blob/master/screenshots/iphones.png?raw=true"
],
"license": "MIT",
"authors": {
"Jérôme Morissard": "morissardj@gmail.com"
},
"source": {
"git": "https://github.com/leverdeterre/JMActionSheetDescription.git",
"tag": "0.4.4"
},
"social_media_url": "https://twitter.com/leverdeterre",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JMActionSheetDescription": [
"Pod/Assets/*.png"
]
}
}