blob: 35d06b7b1779f9e080acf45a01a1ab56b7092d09 [file] [log] [blame]
{
"name": "AXAListView",
"version": "0.1.2",
"summary": "A simple and convenient UIStackView subclass to create lists dynamically from code.",
"description": "AXAListView is an object that inherit UIStackView. You only have to install it once and use it as a list view programmatically with datasource protocol or closures.",
"homepage": "https://github.com/HaraldBregu/AXAListView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harald Bregu": "harald.bregu@gmail.com"
},
"source": {
"git": "https://github.com/HaraldBregu/AXAListView.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/HaraldBregu",
"platforms": {
"ios": "8.0"
},
"source_files": "AXAListView/Classes/**/*",
"swift_version": "3.0",
"frameworks": "UIKit"
}