blob: bd5705246f3dae9c9ea094d8669339d34c0855cc [file] [log] [blame]
{
"name": "MyNewFramework",
"version": "1.0.0",
"summary": "This is a summary of MyNewFramework.",
"description": "And this is a detailed description of what my framework does",
"homepage": "https://github.com/stutid/MyNewFramework",
"license": "MIT",
"authors": {
"Stuti": "shak.stuti@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/stutid/MyNewFramework.git",
"tag": "1.0.0"
},
"source_files": "MyNewFramework/**/*"
}