[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / 6 / e / SwiftLCS / 1.0 / SwiftLCS.podspec.json
blob7caf47d1017a80b858ae4fef193c78a0f833882a
2   "name": "SwiftLCS",
3   "version": "1.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.0"
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   ]