blob: 68c34bbc434fca17323f382d32ef1af69ddfec4a [file] [log] [blame]
{
"name": "podtesterapprax",
"version": "0.1.0",
"summary": "An Example test pod.",
"description": "Test pod app for me to try out the how to make a pod",
"homepage": "https://github.com/Kngeng/podtesterapprax",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Chuks Udeogu": "Chuksudeogu@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/Kngeng/podtesterapprax.git",
"tag": "0.1.0"
},
"source_files": "podtesterapprax/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude"
}