blob: bc7bcd7dc49ac35a195468fff08eb0f6acab0e00 [file] [log] [blame]
{
"name": "TestSample",
"version": "1.0.0",
"summary": "this is jus a sample project used for testing.",
"description": "this is jus a sample project used for testing the pod installation",
"homepage": "https://github.com/faisalazeez/TestSample",
"swift_version": "4.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"faisalazeez": "faisal.azeez@msisoft.in"
},
"source": {
"git": "https://github.com/faisalazeez/TestSample.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TestSample/Classes/**/*"
}