blob: c81305ebf92ed17e12e185a81eb6c8ac12c761ff [file] [log] [blame]
{
"name": "CollectiveSwift",
"version": "2.1.0",
"summary": "A small quality-of-life enhancement for collections in Swift/UIKit.",
"description": "CollectiveSwift enables a concise syntax for setting properties on collections\nof UIKit objects, e.g., outlet collections.",
"homepage": "https://github.com/gpape/CollectiveSwift",
"license": "MIT",
"authors": "Greg Pape",
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.1",
"5.2",
"5.2"
],
"source": {
"git": "https://github.com/gpape/CollectiveSwift.git",
"tag": "2.1.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.2"
}