blob: 622a35860803385a3bc75e1d1b0243259573beea [file] [log] [blame]
{
"name": "MyLibraryMax",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library is my first))",
"homepage": "https://github.com/Lakhmakou/MyLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max Lakhmakou": "m.lakhmakou@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Lakhmakou/MyLibrary.git",
"tag": "0.0.1"
},
"source_files": "MyLibrary/**/*.{h,m,swift}",
"swift_version": "5.0"
}