blob: 22f3cbc9e7c22834f9061a750cc97ada0e9c1cd3 [file] [log] [blame]
{
"name": "UIComponent",
"version": "0.1.5",
"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": {
"labs01": "labianlabs@gmail.com"
},
"source": {
"git": "https://github.com/LabianLabs/UIComponent.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "UIComponent/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Eureka": [
"~> 4.1.1"
]
},
"requires_arc": true,
"swift_version": "4.0"
}