[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / a / d / ASBottomSheet / 1.1.1 / ASBottomSheet.podspec.json
blob8bbfec5838d433b42adfc4fa461b63b87b73ce79
2   "name": "ASBottomSheet",
3   "version": "1.1.1",
4   "summary": "ASBottomSheet is a UIActionSheet like menu controller.",
5   "description": "ASBottomSheet is a UIActionSheet like menu controller that can be used to show custom menu from bottom of the presenting view controller. It uses UICollectionView to show menu options provided by the developer. It is greatly inspired by the FCVerticalMenu",
6   "homepage": "https://github.com/AdilSoomro/ASBottomSheet",
7   "screenshots": "https://raw.githubusercontent.com/AdilSoomro/ASBottomSheet/master/screenshot.jpg",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "AdilSoomro": "adilsoomro.s@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/AdilSoomro/ASBottomSheet.git",
17     "tag": "1.1.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "ASBottomSheet/Classes/**/*",
24   "resources": [
25     "ASBottomSheet/Resources/*.storyboard"
26   ],
27   "swift_version": "5.0"