[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / e / SwiftLCS / 1.3.4 / SwiftLCS.podspec.json
blobe8d495d6920b60b38450d8ea558170338403d66c
2   "name": "SwiftLCS",
3   "version": "1.3.4",
4   "summary": "SwiftLCS is a Swift implementation of longest common subsequence (LCS) algorithm.",
5   "homepage": "https://github.com/Frugghi/SwiftLCS",
6   "license": "MIT",
7   "authors": {
8     "Tommaso Madonia": "tommaso@madonia.me"
9   },
10   "social_media_url": "https://twitter.com/Frugghi",
11   "source": {
12     "git": "https://github.com/Frugghi/SwiftLCS.git",
13     "tag": "1.3.4"
14   },
15   "requires_arc": true,
16   "swift_version": "5.0",
17   "default_subspecs": "Core",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/SwiftLCS/SwiftLCS.swift"
28     }
29   ]