blob: ba513c64c0d48681a6fa7a7c9dc96fad2fa345c8 [file] [log] [blame]
{
"name": "CocoaUI",
"version": "1.2.1",
"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.2.1"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DeviceX": [
],
"LocalizeX": [
]
},
"swift_version": "5.0"
}