blob: 99e19554af7792758eecca905958328bd9539d7d [file] [log] [blame]
{
"name": "HellooCocoPod",
"version": "0.0.3",
"summary": "Testing cocoapod to publish library",
"description": "Testing cocoapod to publish library. This package does not do anything.",
"homepage": "https://github.com/gokova/HelloCocoaPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gokova": "gokova@helloococo.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/gokova/HelloCocoaPod.git",
"tag": "0.0.3"
},
"source_files": "HellooCocoPod/**/*.{h,m,swift}",
"public_header_files": "HellooCocoPod/**/*.h",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Swinject": [
"~> 2.7.0"
]
},
"swift_version": "5.0"
}