[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 4 / e / 6 / AceQueue / 0.1.0 / AceQueue.podspec.json
blob01f74d389da9fe737e275ae09969bd254257e0f8
2   "name": "AceQueue",
3   "version": "0.1.0",
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.0"
21   },
22   "source_files": "AceQueue/**/*.{h,m,swift}",
23   "swift_version": "5.2"