blob: 714f2e4e4370fb83de8343eb0012a244228587c0 [file] [log] [blame]
{
"name": "Lightning",
"version": "4.0.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.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gokselkoksal/Lightning.git",
"tag": "4.0.0"
},
"source_files": [
"Lightning/Sources",
"Lightning/Sources/**/*.swift"
],
"swift_version": "5.0"
}