[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 4 / e / 6 / AceQueue / 0.1.4 / AceQueue.podspec.json
blobe1f69bcc3d71998e145262a01268992c2c238f02
2   "name": "AceQueue",
3   "version": "0.1.4",
4   "summary": "The simple data structure: First-In-First-Out (FIFO) queue.",
5   "description": "Queue objects implement data structures that allow to insert and retrieve elements in a first-in-first-out (FIFO) manner.",
6   "homepage": "https://github.com/AceRodstin/AceQueue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ace Rodstin": "acerodstin@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.2",
18   "source": {
19     "git": "https://github.com/AceRodstin/AceQueue.git",
20     "tag": "0.1.4"
21   },
22   "source_files": "AceQueue/**/*.{h,m,swift}",
23   "swift_version": "5.2"