blob: 154e1a0b1ffb12ec03ce640cc3b9da89622fc5c2 [file] [log] [blame]
{
"name": "newCocoapod",
"version": "1.0.0",
"summary": "This is my first cocoapod created!",
"description": "This is some super loco framework made by me",
"homepage": "https://github.com/grumpy-me/newCocoapod",
"license": "MIT",
"authors": {
"Meghaj": "meghajppatil@gmail.com"
},
"platforms": {
"ios": "11.4"
},
"source": {
"git": "https://github.com/grumpy-me/newCocoapod.git",
"tag": "1.0.0"
},
"source_files": "newCocoapod/**/*"
}