[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / d / 5 / SheetPresentation / 1.0.0 / SheetPresentation.podspec.json
bloba1ef4d47a945612da9c838351058eae3b67739eb
2   "name": "SheetPresentation",
3   "version": "1.0.0",
4   "summary": "A UIPresentationController for iOS to present a view controller pinned to the bottom of the screen.",
5   "description": "A UIPresentationController and attendant classes for iOS to present a view controller pinned to the bottom of the screen like an action sheet. Integrates with the UIKit view controller presentation hooks to involve as little integration surface as possible.",
6   "homepage": "https://github.com/detroit-labs/SheetPresentation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Kelley": "SlaunchaMan@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/SlaunchaMan",
15   "platforms": {
16     "ios": "10"
17   },
18   "source": {
19     "git": "https://github.com/Detroit-Labs/SheetPresentation.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Sources/**/*.{swift,h}",
23   "frameworks": "UIKit",
24   "swift_versions": [
25     "4",
26     "4.2",
27     "5",
28     "5.1",
29     "5.2",
30     "5.3"
31   ],
32   "testspecs": [
33     {
34       "name": "SheetPresentationTests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "10"
38       },
39       "source_files": "Tests/**/*.swift"
40     }
41   ],
42   "swift_version": "5.3"