blob: 01512f651fa7f6b20f60eb5527c6b840f6b03789 [file] [log] [blame]
{
"name": "TestSimplePod",
"version": "0.3.0",
"summary": "My first simple CocoaPod",
"swift_version": "4.1",
"description": "\"A long description of mySimplePod\"",
"homepage": "https://github.com/ambarchavan/MyBlinkingLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ambar Chavan": "chavanambar@gmail.com"
},
"source": {
"git": "https://github.com/ambarchavan/MyBlinkingLabel.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TestSimplePod/Classes/**/*"
}