blob: 4aedf212c24705fbb18f750a593103291ff4cdf8 [file] [log] [blame]
{
"name": "AXAListView",
"version": "0.1.4",
"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.4"
},
"social_media_url": "https://twitter.com/HaraldBregu",
"platforms": {
"ios": "8.0"
},
"source_files": "AXAListView/Classes/**/*",
"swift_version": "3.0",
"frameworks": "UIKit"
}