blob: affb080d21c658915a243b3b5cb3db61c86a7847 [file] [log] [blame]
{
"name": "Dependency",
"version": "0.0.3",
"summary": "An exercise",
"swift_versions": "5.0",
"description": "This is an exercise to create our own cocoapod",
"homepage": "https://bitbucket.org/tuyenle92/test_podspec/src",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tdle94": "tle@firstorion.com"
},
"source": {
"git": "https://tuyenle92@bitbucket.org/tuyenle92/test_podspec.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "13.4"
},
"source_files": "Dependency/Classes/**/*",
"swift_version": "5.0"
}