blob: cc93d360f8c708dc583c46b70651cf95d2c3c757 [file] [log] [blame]
{
"name": "LibrarySetup",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "4.0",
"swift_version": "4.0"
}