blob: ac4115a08da05db80e36d8383b31a722c7e27488 [file] [log] [blame]
{
"name": "LibrarySetup",
"version": "0.0.8",
"summary": "iOS Cross-Platform Libary Template",
"description": "iOS Cross-Platform Libary Template.\nSupport iOS, watchOS, tvOS, macOS.\nIntegrated with CocoaPods, Carthage, SwiftPM.",
"homepage": "https://gitlab.com/kitaetoya/librarysetup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kitaisreal": "kitaetoya@gmail.com"
},
"source": {
"git": "https://gitlab.com/kitaetoya/librarysetup",
"tag": "0.0.8"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}