[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 7 / 8 / 0 / CwlViews / 0.1.0 / CwlViews.podspec.json
blob861e068cabe2ea28cc51138dd924b94e4b4fe8fb
2   "name": "CwlViews",
3   "version": "0.1.0",
4   "summary": "A declarative view-construction framework for iOS and macOS applications",
5   "description": "A collection of wrappers around iOS UIKit and macOS AppKit class construction, making views declaratively constructed and reactively driven.",
6   "homepage": "https://github.com/mattgallagher/CwlViews",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Matt Gallagher",
12   "swift_versions": "5.0",
13   "platforms": {
14     "ios": "11.0",
15     "osx": "10.13"
16   },
17   "dependencies": {
18     "CwlUtils": [
19       "~> 2.2.0"
20     ],
21     "CwlSignal": [
22       "~> 2.2.0"
23     ]
24   },
25   "source": {
26     "git": "https://github.com/mattgallagher/CwlViews.git",
27     "tag": "0.1.0"
28   },
29   "source_files": "Sources/CwlViews/**/*.{swift,h}"