blob: 8a09af8d0ba13b88e3f84955c40c0178d51a50b1 [file] [log] [blame]
{
"name": "JMActionSheetDescription",
"version": "0.5.2",
"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\nCustomizable elements : button font, color, background.\nCool 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).",
"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.5.2"
},
"social_media_url": "https://twitter.com/leverdeterre",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JMActionSheetDescription": [
"Pod/Assets/*.png"
]
}
}