blob: 953d5ebe0d7f7fca38c4e5e7b1bc203ac8fdee14 [file] [log] [blame]
{
"name": "BBEcho",
"version": "0.1.0",
"summary": "This is a demo for creating and publishing cocoapod libraries.",
"description": "This is a demo for creating and publishing cocoapod libraries.\nThis to print out a message X times at the console.",
"homepage": "https://github.com/mhmdrmdn94/BBEcho",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mohamed Ramadan": "santamo94@gmail.com"
},
"platforms": {
"ios": "9.2"
},
"source": {
"git": "https://github.com/mhmdrmdn94/BBEcho.git",
"tag": "0.1.0"
},
"source_files": [
"BBEcho",
"BBEcho/**/*.swift"
],
"pushed_with_swift_version": "4.0"
}