blob: 60471a43e351a1314250683f958d6d43a9c41105 [file] [log] [blame]
{
"name": "CocoaUI",
"version": "1.6.0",
"summary": "CocoaUI is just a simple UIKit utility Module",
"description": "This module contains the tab bar controller with a circular button at center",
"homepage": "https://github.com/prashantLalShrestha/CocoaUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prashant Shrestha": "prashantlurvs@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/prashantLalShrestha/CocoaUI.git",
"tag": "1.6.0"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DeviceX": [
],
"LocalizeX": [
]
},
"swift_version": "5.0"
}