blob: 3df881060909f9da6c46e94af1b3adbdd45b3e2c [file] [log] [blame]
{
"name": "SwiftLCS",
"version": "1.1.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.1.1"
},
"requires_arc": true,
"default_subspecs": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftLCS/SwiftLCS.swift"
},
{
"name": "Foundation",
"dependencies": {
"SwiftLCS/Core": [
]
},
"source_files": "SwiftLCS/SwiftLCS+Foundation.swift"
}
]
}