[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 2 / SwiftSTL / 0.0.8 / SwiftSTL.podspec.json
blob8cea18382e28d521a04b393031d12c5347daebc4
2   "name": "SwiftSTL",
3   "version": "0.0.8",
4   "summary": "SwiftSTL just like c++ STL library",
5   "description": "SwiftSTL just like c++ STL library",
6   "homepage": "https://github.com/TsinHzl/SwiftSTL",
7   "license": "MIT",
8   "authors": {
9     "TsinHzl": "tsinhzl@icloud.com"
10   },
11   "platforms": {
12     "ios": "13.0",
13     "osx": "10.15"
14   },
15   "source": {
16     "git": "https://github.com/TsinHzl/SwiftSTL",
17     "tag": "0.0.8"
18   },
19   "source_files": [
20     "SwiftSTL",
21     "SwiftSTL/**/*.{swift}"
22   ],
23   "exclude_files": "SwiftSTL/Exclude",
24   "ios": {
25     "frameworks": "Foundation"
26   },
27   "swift_versions": "5.0",
28   "swift_version": "5.0"