[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / 9 / Structs / 0.1.0 / Structs.podspec.json
blob284961d6d1bea5ff72bf995619cc31df11d4edc1
2   "name": "Structs",
3   "version": "0.1.0",
4   "summary": "A set of dynamic data structures for Swift.",
5   "swift_versions": "5.3",
6   "description": "A set of dynamic data structures for Swift. These include but are not limited to various LinkedList, Queue, and Tree implementations.",
7   "homepage": "https://github.com/HectorDelgado/Structs",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "HectorDelgado": "Hector.d.delgado@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/HectorDelgado/Structs.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Structs/Classes/**/*",
23   "swift_version": "5.3"