blob: 71ece05c7b9ee109df7eff7add02e74ca65054d9 [file] [log] [blame]
{
"name": "GMSwiftCollection",
"version": "0.2.8",
"summary": "Collection of various Swift sources",
"description": "Collection of various Swift sources: Controllers, Classes, Extensions, and more, that I have put together my self and from samples found while googling around, when such need has arisen.",
"homepage": "https://github.com/gintsmurans/SwiftCollection",
"license": "MIT",
"authors": {
"Gints Murāns": "gm@gm.lv"
},
"social_media_url": "https://twitter.com/gintsmurans",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"source": {
"git": "https://github.com/gintsmurans/SwiftCollection.git",
"tag": "0.2.8"
},
"source_files": "Sources/**/*.swift",
"exclude_files": [
"README.md",
"LICENSE",
"Sources/Examples/**/*"
],
"swift_version": "5.0"
}