[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / a / d / ASBottomSheet / 1.0.1 / ASBottomSheet.podspec.json
blobb44a30f602a62d9ef9a41cd56a6f83fa1dc7b4de
2   "name": "ASBottomSheet",
3   "version": "1.0.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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AdilSoomro": "adilsoomro.s@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AdilSoomro/ASBottomSheet.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ASBottomSheet/Classes/**/*",
22   "resources": [
23     "ASBottomSheet/Resources/*.storyboard"
24   ],
25   "pushed_with_swift_version": "3.0"