[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / 5 / 8 / CoreDataStructures / 0.1.3 / CoreDataStructures.podspec.json
bloba97cf041dc7049ace23198f825e843197b385d31
2   "name": "CoreDataStructures",
3   "version": "0.1.3",
4   "summary": "CoreDataStructures is library of fundamental data structures written in Swift 5",
5   "description": "This cocoapod was created for fundamental data structures integration within iOS projects. Swift currently offers Arrays, Sets, and Dictionaries, but these may not be enough in some applications.",
6   "homepage": "https://github.com/michaelcordero/CoreDataStructures",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "michaelcordero": "michaelpetercordero@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/michaelcordero/CoreDataStructures.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_version": "5.0",
22   "source_files": "CoreDataStructures/Classes/**/*"