blob: a3ac8634072c8ea1e20d1b9451c6a83b0385a011 [file] [log] [blame]
{
"name": "Lightning",
"version": "4.1.0",
"summary": "Lightning provides components to make Swift development easier.",
"description": "Lightning provides components to make Swift development easier. It\nconsists of helper models and extensions that speed things up when\nyou are modeling your applications.",
"homepage": "https://github.com/gokselkoksal/Lightning/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Göksel Köksal": "gokselkoksal@gmail.com"
},
"social_media_url": "https://twitter.com/gokselkk",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gokselkoksal/Lightning.git",
"tag": "4.1.0"
},
"source_files": [
"Lightning/Sources",
"Lightning/Sources/**/*.swift"
],
"swift_version": "5.1"
}