blob: 1340ca76246c3cc20405975052ad1f10c8961d57 [file] [log] [blame]
{
"name": "ListKit",
"version": "1.0.0",
"summary": "A libary that helps you build table views without re-inventing the data source",
"description": "A libary that helps you build table views without re-inventing the data source.",
"homepage": "https://github.com/Ben-G/ListKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Benjamin Encz": "me@benjamin-encz.de"
},
"social_media_url": "http://twitter.com/benjaminencz",
"source": {
"git": "https://github.com/Ben-G/ListKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ListKit/*.{swift}"
}