[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 1 / 0 / SwiftyDS / 1.0.1 / SwiftyDS.podspec.json
blob39f4ac2d98a86ef423ed7a5e9c0493971179fc27
2   "name": "SwiftyDS",
3   "version": "1.0.1",
4   "summary": "A CocoaPods library written in Swift",
5   "description": "This CocoaPods library helps you use data structure in swift which are not available in swift library. Like Stack, Tree, Queue, LinkedList.",
6   "homepage": "https://github.com/Richa0305/SwiftyDS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Richa0305": "richa0305@gmail.com"
13   },
14   "platforms": {
15     "ios": "14.1"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/Richa0305/SwiftyDS.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "SwiftyDS/**/*.{h,m,swift}",
23   "swift_version": "5.0"