blob: dfab6bd062058ff9a99f1c4e533b6992ae610b5f [file] [log] [blame]
{
"name": "DependencyExample",
"version": "0.1.0",
"summary": "Pod with other dependency.",
"swift_versions": "5.0",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sunitamoond/DependencyExample",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunitamnit@gmail.com": "sunitamnit@gmail.com"
},
"source": {
"git": "https://github.com/sunitamoond/DependencyExample.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"*.swift",
"Constants/*.swift",
"Extensions/*.swift"
],
"dependencies": {
"M13Checkbox": [
],
"SkyFloatingLabelTextField": [
"~> 3.0"
],
"TagListView": [
"~> 1.0"
]
},
"swift_version": "5.0"
}