blob: 430d2271f0df604c8bdbd0728f27f34ed032e3dd [file] [log] [blame]
{
"name": "SwiftyLibDemo1",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you perform calculation.",
"homepage": "https://github.com/Ansh-Singh/SwiftyLibeDemo1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ansh-Singh": "meeelan9@gmail.com"
},
"platforms": {
"ios": "12.4"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Ansh-Singh/SwiftyLibeDemo1.git",
"tag": "0.0.1"
},
"source_files": "SwiftyLibDemo1/**/*.{h,m,swift}",
"swift_version": "4.2"
}