blob: cde1283cedd0fa7527c19b5a83c7392de8f9e411 [file] [log] [blame]
{
"name": "my_new_pod",
"version": "0.1.0",
"summary": "How to create own cocopod library",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Ajaypp242/my_new_pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ajaypp242": "ajay@proprofs.com"
},
"source": {
"git": "https://github.com/Ajaypp242/my_new_pod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "my_new_pod/Classes/**/*"
}