blob: fc612ea69e620f09b2fb1ab3eaa034d0d232c0ef [file] [log] [blame]
{
"name": "GMSwiftCollection",
"version": "0.1.5",
"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.",
"homepage": "https://github.com/gintsmurans/SwiftCollection",
"license": "MIT",
"authors": {
"Gints Murāns": "gm@gm.lv"
},
"social_media_url": "https://twitter.com/gintsmurans",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/gintsmurans/SwiftCollection.git",
"tag": "0.1.5"
},
"source_files": "Sources/**/*.swift",
"exclude_files": [
"README.md",
"LICENSE"
],
"pushed_with_swift_version": "3.0"
}