[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / d / QueueStack / 0.1.0 / QueueStack.podspec.json
blobacd5db2a8007c8857c946e4e574efa82739827ea
2   "name": "QueueStack",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "QueueStack/Classes/**/*",
22   "pushed_with_swift_version": "3.0"