blob: bcea0bbe2e5dbdba07bd717f87f2fe119d8ef024 [file] [log] [blame]
{
"name": "FirstLibPod",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you perform calculation.",
"homepage": "https://github.com/jeantimex/SwiftyLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vtrungbk": "vtrungbk@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/vtrungbk87/FirstPodLib.git",
"tag": "0.0.1"
},
"source_files": "FirstLib/**/*.{h,m,swift}",
"swift_version": "5.0"
}