blob: 423206402fb675d6691581f2a735f3dbebb547d9 [file] [log] [blame]
{
"name": "OpenSource",
"version": "1.0.1",
"summary": "My first libary!",
"homepage": "https://github.com/Gasol-dev/OpenSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Lezya": "1ezya007@gmail.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.15",
"watchos": "2.0",
"tvos": "11.0"
},
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"source": {
"git": "https://github.com/Gasol-dev/OpenSource.git",
"tag": "1.0.1"
},
"source_files": "Sources/OpenSource/**/*.{h,swift}",
"swift_versions": "4.2",
"swift_version": "4.2"
}