[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 0 / a / DataStruct.swift / 0.0.1 / DataStruct.swift.podspec.json
blob180e1a21a0ba37dcaf22f5ee107f20c619523b78
2   "name": "DataStruct.swift",
3   "version": "0.0.1",
4   "summary": "swift实现常用数据结构和算法",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nilbee/DataStruct.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sven": "nilbee@163.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "10.0",
18     "watchos": "3.0"
19   },
20   "swift_versions": "5.0",
21   "source": {
22     "git": "https://github.com/nilbee/DataStruct.swift.git",
23     "tag": "0.0.1"
24   },
25   "source_files": "Source/*.swift",
26   "swift_version": "5.0"