blob: 8c057263006d87398df1c8fce98418e047e9021e [file] [log] [blame]
{
"name": "PodsExample",
"version": "0.1.0",
"summary": "This is my first cocoapods.",
"homepage": "https://github.com/Developer-Leby/PodsExample",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Developer-Leby": "kyi910705@gmail.com"
},
"source": {
"git": "https://github.com/Developer-Leby/PodsExample.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PodsExample/Classes/**/*"
}