blob: 0fbcef87e05eebbaca6a76d66904c1f1365527b4 [file] [log] [blame]
{
"name": "MySwiftLib",
"version": "1.0.1",
"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": "1.0.1"
},
"source_files": "MySwiftLib/*.{h,m,swift}"
}