| { |
| "name": "DependencyExample", |
| "version": "0.4.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.4.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" |
| } |