blob: a0ccc04cee26142e53e4e18924cf0d31702cf9b0 [file] [log] [blame]
{
"name": "DependencyExample",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"*.swift",
"Constants/*.swift",
"Extensions/*.swift",
"Model/*.swift",
"Cells/*.swift"
],
"dependencies": {
"M13Checkbox": [
],
"SkyFloatingLabelTextField": [
"~> 3.0"
],
"TagListView": [
"~> 1.0"
]
},
"swift_version": "5.0"
}