[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / e / SwiftLCS / 1.3.0 / SwiftLCS.podspec.json
blobf52d740445671595667cd51ee12f51a48334933c
2   "name": "SwiftLCS",
3   "version": "1.3.0",
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.0"
14   },
15   "requires_arc": true,
16   "default_subspecs": "Foundation",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "pushed_with_swift_version": "4.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SwiftLCS/SwiftLCS.swift"
28     },
29     {
30       "name": "Foundation",
31       "dependencies": {
32         "SwiftLCS/Core": [
34         ]
35       },
36       "source_files": "SwiftLCS/SwiftLCS+Foundation.swift"
37     }
38   ]