[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 0 / 3 / d / QueueStack / 0.1.1 / QueueStack.podspec.json
blob113cb10a131f45482973d311d0009b060d924916
2   "name": "QueueStack",
3   "version": "0.1.1",
4   "summary": "Queue and Stack ADT",
5   "description": "Queue and Stack ADT - array based implementation",
6   "homepage": "https://github.com/leonmak/queue-stack-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "leon mak": "leonmakansheng@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/leonmak/queue-stack-swift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "QueueStack/Classes/**/*",
22   "pushed_with_swift_version": "3.0"