blob: 262b75de9a8d8d8daeb649d8cf36df0e4765b952 [file] [log] [blame]
{
"name": "TestSimplePod",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TestSimplePod/Classes/**/*"
}