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