[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / e / SwiftLCS / 1.3.1 / SwiftLCS.podspec.json
blob993a3fae7d821d30b8a24e3b594f4e53862291e8
2   "name": "SwiftLCS",
3   "version": "1.3.1",
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.1"
14   },
15   "requires_arc": true,
16   "swift_version": "4.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": "SwiftLCS/SwiftLCS.swift"
28     }
29   ]