blob: 023a3c61b428e7fc29544c2c07a9c29d82be7ada [file] [log] [blame]
{
"name": "UIComponent",
"version": "0.1.22",
"summary": "Lightweight UI library for iOS app",
"description": "Lightweight UI library for iOS app",
"homepage": "https://github.com/LabianLabs/UIComponent.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Created by labs01": "labianlabs@gmail.com"
},
"source": {
"git": "https://github.com/LabianLabs/UIComponent.git",
"tag": "0.1.22"
},
"platforms": {
"ios": "9.0"
},
"source_files": "UIComponent/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "4.0"
}