[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 1 / 8 / 3 / Strux / 1.0.1 / Strux.podspec.json
blobd7c69492f542fb418d6e40d99888351350055b57
2   "name": "Strux",
3   "version": "1.0.1",
4   "summary": "Data Structures in pure Swift",
5   "authors": {
6     "Rick Clark": "rick@scipioapps.com"
7   },
8   "description": "Well-tested, fully-documented, MIT-licensed data structures written in Swift\nthat are compatible with Swift 4 and Swift 5.",
9   "homepage": "https://github.com/Ricks/Strux",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source_files": "Sources/Strux/**/*.swift",
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/Ricks/Strux.git",
18     "tag": "1.0.1"
19   },
20   "swift_versions": [
21     4.0,
22     4.1,
23     4.2,
24     5.0,
25     5.1,
26     5.2,
27     5.3
28   ],
29   "platforms": {
30     "ios": "9.0"
31   },
32   "swift_version": "5.3"