blob: a1190254ddcc278033219ddd203e31d1f7f08250 [file] [log] [blame]
{
"name": "LBTAComponents",
"version": "1.1",
"summary": "LBTAComponents is a small library of components that makes it easy to build applications programmatically.",
"description": "LBTAComponents is a small library of components that makes it easy to build applications programmatically. One major component is the DatasourceController that allows developers to quickly construct a list view by plugging in a custom Datasource object. In addition, this pod includes helper methods that you can use to anchor views very easily without having to type too much.",
"homepage": "https://github.com/bhlvoong/LBTAComponents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Voong": "letsbuildthatapp@gmail.com"
},
"source": {
"git": "https://github.com/bhlvoong/LBTAComponents.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/buildthatapp",
"swift_versions": "5.0",
"platforms": {
"ios": "9.1"
},
"source_files": "LBTAComponents/Classes/**/*",
"swift_version": "5.0"
}