[Add] NagizTestingPod 0.0.2
[CocoaPods.git] / Specs / 8 / a / d / ASBottomSheet / 1.1.4 / ASBottomSheet.podspec.json
blob354db650ca23e32ca649b50d393b1071a88ec81c
2   "name": "ASBottomSheet",
3   "version": "1.1.4",
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.4"
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"