blob: e190f564e9f41710e5058351b393fa562e763e77 [file] [log] [blame]
{
"name": "HelloWorldDemo",
"version": "1.0.0",
"summary": "Testing upload library to cocoapod",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sambo168/helloworld-demo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sambo": "samboseth168@gmail.com"
},
"source": {
"git": "https://github.com/sambo168/helloworld-demo.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "HelloWorldDemo/Classes/**/*"
}