[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 6 / 3 / 4 / AnchoredBottomSheet / 0.0.2 / AnchoredBottomSheet.podspec.json
blob266aac675a4ae1514f90d8c58bf5187f85a9b2ef
2   "name": "AnchoredBottomSheet",
3   "version": "0.0.2",
4   "summary": "iOS Maps like bottom sheet with configurable anchors and reusable pannable View",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/havebeenfitz/AnchoredBottomSheet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "havebeenfitz": "max.kraev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/havebeenfitz/AnchoredBottomSheet.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "AnchoredBottomSheet/Classes/**/*",
22   "resource_bundles": {
23     "AnchoredBottomSheet": [
24       "AnchoredBottomSheet/Assets/*"
25     ]
26   },
27   "dependencies": {
28     "SnapKit": [
29       "~> 5.0"
30     ]
31   }