blob: 384efdc492aa235c8566e950f369fdc0fc6b995d [file] [log] [blame]
{
"name": "ExamplePod",
"version": "0.1.1",
"summary": "This project is an example for practicing creating a cocoapod.",
"description": "This project is an example for practicing creating a cocoapod. Once this works, I can follow the same process for my real project.",
"homepage": "https://gitlab.com/ZachMiller/ExamplePod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zach Miller": "zach@200apps.co"
},
"source": {
"git": "https://gitlab.com/ZachMiller/ExamplePod.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ExamplePod/*",
"pushed_with_swift_version": "4.0"
}