blob: faaac7e91ea65a24116ca1b9b2bfedd421113ee7 [file] [log] [blame]
{
"name": "JMActionSheetDescription",
"version": "0.4.6",
"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. (Support iOS9 SplitView !)\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/ipads.png?raw=true",
"https://github.com/leverdeterre/JMActionSheetDescription/blob/master/screenshots/iphones.png?raw=true",
"https://github.com/leverdeterre/JMActionSheetDescription/blob/master/screenshots/ipad-splitview-2.png?raw=true"
],
"license": "MIT",
"authors": {
"Jérôme Morissard": "morissardj@gmail.com"
},
"source": {
"git": "https://github.com/leverdeterre/JMActionSheetDescription.git",
"tag": "0.4.6"
},
"social_media_url": "https://twitter.com/leverdeterre",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JMActionSheetDescription": [
"Pod/Assets/*.png"
]
}
}