blob: f71ec7bb110041399f6073d5768ba1c623d3b0cd [file] [log] [blame]
{
"name": "MySwiftLib",
"version": "0.1.5",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you perform calculation.",
"homepage": "https://github.com/sandeep-madineni/MySwiftLib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jeantimex": "jean.timex@gmail.com"
},
"platforms": {
"ios": "12.2"
},
"source": {
"git": "https://github.com/sandeep-madineni/MySwiftLib.git",
"tag": "0.1.5"
},
"source_files": "MySwiftLib/*.{h,m,swift}"
}