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