blob: 430afde472171139b3a4f70e3478460891d34b72 [file] [log] [blame]
{
"name": "Dependency",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "13.4"
},
"source_files": "Dependency/Classes/**/*",
"swift_version": "5.0"
}