[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 2 / 4 / a / SwiftyBootstrap / 1.41 / SwiftyBootstrap.podspec.json
blob75104681a9fa4933fdc3689f80b04cfbc53eef6c
2   "name": "SwiftyBootstrap",
3   "version": "1.41",
4   "summary": "Bootstrap for Swift.",
5   "swift_versions": [
6     "5.0"
7   ],
8   "description": "My own version of Bootstrap written for Swift and iOS. I wrote this because I felt that iOS needed a library that made it easier to write UIs programmatically that spanned across devices.",
9   "homepage": "https://github.com/adeiji/SwiftyBootstrap",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "adeiji": "adeiji@yahoo.com"
16   },
17   "source": {
18     "git": "https://github.com/adeiji/SwiftyBootstrap.git",
19     "tag": "1.41"
20   },
21   "platforms": {
22     "ios": "12.0"
23   },
24   "source_files": "SwiftyBootstrap/Classes/**/*",
25   "dependencies": {
26     "SnapKit": [
27       "5.0.1"
28     ]
29   },
30   "swift_version": "5.0"