blob: e6e0618f01650744080ff3f93672d800eb66017f [file] [log] [blame]
{
"name": "SwiftySomeGoodLib",
"version": "1.0",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you perform calculation.",
"homepage": "https://github.com/mohammadrezakhatibi/SwiftySomeGoodLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MohammadReza Khatibi": "c.mrkay.g@gmail.com"
},
"platforms": {
"ios": "12.2"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/mohammadrezakhatibi/SwiftySomeGoodLib.git",
"tag": "1.0"
},
"source_files": "SwiftySomeGoodLib/**/*.{h,m,swift}"
}