[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 6 / e / SwiftLCS / 1.1.0 / SwiftLCS.podspec.json
blob2c51a13900af3d23905a1fb36e46fded0c559457
2   "name": "SwiftLCS",
3   "version": "1.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.1.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   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SwiftLCS/SwiftLCS.swift"
27     },
28     {
29       "name": "Foundation",
30       "dependencies": {
31         "SwiftLCS/Core": [
33         ]
34       },
35       "source_files": "SwiftLCS/SwiftLCS+Foundation.swift"
36     }
37   ]