[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 8 / f / DataStructExtension / 0.1.0 / DataStructExtension.podspec.json
blob638a48fa46284fab9edada3ef323c1238b5a42d4
2   "name": "DataStructExtension",
3   "version": "0.1.0",
4   "summary": "Extend some classic data strures with Swift",
5   "description": "Swift Implementation for Classic Data Strucutures.",
6   "homepage": "https://github.com/install-b/DataStruct",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shangenzhang": "zsg"
13   },
14   "source": {
15     "git": "https://github.com/install-b/DataStruct.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "swift_versions": [
25     "4.2",
26     "5.0",
27     "5.1"
28   ],
29   "subspecs": [
30     {
31       "name": "LinkList",
32       "source_files": "Classes/LinkList/**/*.swift"
33     },
34     {
35       "name": "BinaryTree",
36       "source_files": "Classes/BinaryTree/**/*.swift"
37     },
38     {
39       "name": "Queue",
40       "source_files": "Classes/Queue/**/*.swift"
41     }
42   ],
43   "swift_version": "5.1"