[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 0 / 5 / Kollection / 0.0.1 / Kollection.podspec.json
blob3ea4cf44e0d436af6d730192a9806860b968d4e0
2   "name": "Kollection",
3   "version": "0.0.1",
4   "summary": "A framework that provides some data structures and sorting algorithms to use on your project, e.g. Queue, Stack, LinkedList.",
5   "description": "A framework that provides some data structures and sorting algorithms to use on your project. The structures available are: Queue, Stack, LinkedList, DoublyLinkedList.",
6   "homepage": "https://github.com/pedro0x53/Kollection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Pedro Sousa",
13     "David Augusto"
14   ],
15   "platforms": {
16     "ios": "11.0",
17     "osx": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/pedro0x53/Kollection.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "Classes",
25     "Kollection/**/*.{h,m}"
26   ],
27   "public_header_files": "Kollection/**/*.h"