[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 0 / 5 / MCBottomSheet / 0.1.4 / MCBottomSheet.podspec.json
blobf5196e05898af32dd14a8e2cfaac5585d781f819
2   "name": "MCBottomSheet",
3   "version": "0.1.4",
4   "summary": "A reusable component that lets you present view controllers as bottom sheets, like in Apple Maps.",
5   "description": "A reusable component that lets you present view controllers as draggables bottom sheets, like in the Apple Maps app. Completely written in Swift.",
6   "homepage": "https://github.com/marcocapano/MCBottomSheet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "": "marco24capano@icloud.com"
13   },
14   "social_media_url": "https://www.linkedin.com/in/marcocapano",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/marcocapano/MCBottomSheet.git",
20     "tag": "0.1.4"
21   },
22   "source_files": [
23     "MCBottomSheet",
24     "MCBottomSheet/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "swift_version": "4.1"