[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 2 / SwiftSTL / 0.0.5 / SwiftSTL.podspec.json
blob998eb473ae21a072fda7de37bb318c30be30b925
2   "name": "SwiftSTL",
3   "version": "0.0.5",
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": "11.0",
13     "osx": "10.13"
14   },
15   "source": {
16     "git": "https://github.com/TsinHzl/SwiftSTL",
17     "tag": "0.0.5"
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"