[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / 2 / b / JMActionSheetDescription / 0.4.6 / JMActionSheetDescription.podspec.json
blobfaaac7e91ea65a24116ca1b9b2bfedd421113ee7
2   "name": "JMActionSheetDescription",
3   "version": "0.4.6",
4   "summary": "JMActionSheetDescription replace UIActionSheet and UIActivityViewController.",
5   "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",
6   "homepage": "https://github.com/leverdeterre/JMActionSheetDescription",
7   "screenshots": [
8     "https://github.com/leverdeterre/JMActionSheetDescription/blob/master/screenshots/ipads.png?raw=true",
9     "https://github.com/leverdeterre/JMActionSheetDescription/blob/master/screenshots/iphones.png?raw=true",
10     "https://github.com/leverdeterre/JMActionSheetDescription/blob/master/screenshots/ipad-splitview-2.png?raw=true"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Jérôme Morissard": "morissardj@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/leverdeterre/JMActionSheetDescription.git",
18     "tag": "0.4.6"
19   },
20   "social_media_url": "https://twitter.com/leverdeterre",
21   "platforms": {
22     "ios": "6.0"
23   },
24   "requires_arc": true,
25   "source_files": "Pod/Classes/**/*",
26   "resource_bundles": {
27     "JMActionSheetDescription": [
28       "Pod/Assets/*.png"
29     ]
30   }