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