blob: 544ec27b271e580e36efdd8c9f8ca7d7b4cd65bb [file] [log] [blame]
{
"name": "PoddyLib",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you perform calculation.",
"homepage": "https://github.com/rmondragon/PoddyLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rolando Galindo": "rmondragon@gmail.com"
},
"social_media_url": "https://twitter.com/rm0ndrag0n",
"platforms": {
"ios": "12.4"
},
"swift_versions": "5.0.1",
"source": {
"git": "https://github.com/rmondragon/PoddyLib.git",
"tag": "0.0.1"
},
"source_files": "PoddyLib/**/*.{h,m,swift}",
"swift_version": "5.0.1"
}