[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / 3 / 0 / LoadableViews / 3.6.0 / LoadableViews.podspec.json
blob6905f3f633199fb016cd1e14e64fae28f403c510
2   "name": "LoadableViews",
3   "version": "3.6.0",
4   "summary": "Easiest way to load view classes into another XIB or storyboard.",
5   "homepage": "https://github.com/MLSDev/LoadableViews",
6   "screenshots": "https://github.com/MLSDev/LoadableViews/raw/master/wtf_cat_designable.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Denys Telezhkin": "telezhkin@mlsdev.com"
13   },
14   "social_media_url": "https://twitter.com/mlsdevcom",
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.12"
19   },
20   "swift_versions": [
21     "4.0",
22     "4.2",
23     "5.0",
24     "5.1",
25     "5.2",
26     "5.3"
27   ],
28   "source": {
29     "git": "https://github.com/MLSDev/LoadableViews.git",
30     "tag": "3.6.0"
31   },
32   "source_files": "Sources/LoadableViews/*.swift",
33   "ios": {
34     "frameworks": "UIKit"
35   },
36   "tvos": {
37     "frameworks": "UIKit"
38   },
39   "osx": {
40     "frameworks": "AppKit"
41   },
42   "swift_version": "5.3"