blob: 993a3fae7d821d30b8a24e3b594f4e53862291e8 [file] [log] [blame]
{
"name": "SwiftLCS",
"version": "1.3.1",
"summary": "SwiftLCS is a Swift implementation of longest common subsequence (LCS) algorithm.",
"homepage": "https://github.com/Frugghi/SwiftLCS",
"license": "MIT",
"authors": {
"Tommaso Madonia": "tommaso@madonia.me"
},
"social_media_url": "https://twitter.com/Frugghi",
"source": {
"git": "https://github.com/Frugghi/SwiftLCS.git",
"tag": "1.3.1"
},
"requires_arc": true,
"swift_version": "4.0",
"default_subspecs": "Core",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "SwiftLCS/SwiftLCS.swift"
}
]
}