blob: 5893eb8d93047bf3f023466157feaad9e3644a72 [file] [log] [blame]
{
"name": "MyPodfile",
"version": "0.0.1",
"summary": "First Pod Example",
"description": "Pod Example with Test",
"homepage": "http://www.google.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"karnakar": "karna145@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/karnakar/FirstPod.git",
"tag": "0.0.1"
},
"source_files": "PodExample/**/*.{h,m,swift}",
"swift_version": "4.2"
}