blob: 3d8352c78eb28fbffda7bfe881fee81f0b281c27 [file] [log] [blame]
{
"name": "LibraryTemplate",
"version": "0.0.1",
"summary": "iOS cross-platform Library Template",
"description": "iOS cross-platform Libary Template.\nSupports iOS, watchOS, tvOS, macOS platforms.\nCompatible with CocoaPods, Carthage, SwiftPM.",
"homepage": "https://github.com/kitaisreal/LibraryTemplate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kitaisreal": "kitaetoya@gmail.com"
},
"source": {
"git": "https://github.com/kitaisreal/LibraryTemplate.git",
"tag": "0.0.1"
},
"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"
}