blob: a77b6445b7e99ce0553d5a7ed0994cd7e7b68ce0 [file] [log] [blame]
{
"name": "SwiftyDS",
"version": "1.0",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you use data structure in swift which are not available in swift library. Like Stack, Tree, Queue, LinkedList.",
"homepage": "https://github.com/Richa0305/SwiftyDS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Richa0305": "richa0305@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Richa0305/SwiftyDS.git",
"tag": "1.0"
},
"source_files": "SwiftyDS/**/*.{h,m,swift}",
"swift_version": "5.0"
}