[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 1 / 0 / SwiftyDS / 1.0 / SwiftyDS.podspec.json
bloba77b6445b7e99ce0553d5a7ed0994cd7e7b68ce0
2   "name": "SwiftyDS",
3   "version": "1.0",
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": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/Richa0305/SwiftyDS.git",
20     "tag": "1.0"
21   },
22   "source_files": "SwiftyDS/**/*.{h,m,swift}",
23   "swift_version": "5.0"