[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 7 / 9 / MAMirroredQueue / 0.0.1 / MAMirroredQueue.podspec.json
blob87dc3d90bdbea107dba3a3b4169c1817e2de5d14
2   "name": "MAMirroredQueue",
3   "version": "0.0.1",
4   "summary": "A thread safe, lockless, ring buffer implementation in Cocoa.",
5   "description": "                   MAMirroredQueue is a ring buffer implementation that uses virtual memory tricks to achieve\n                   fast operation, avoid copying data, and thread safety without using locks.\n",
6   "homepage": "https://github.com/mikeash/MAMirroredQueue",
7   "license": "BSD",
8   "authors": {
9     "Mike Ash": "mike@mikeash.com"
10   },
11   "source": {
12     "git": "https://github.com/mikeash/MAMirroredQueue.git",
13     "commit": "4bc78f0cedf1a9e36c68fc2d70f77cb339778af2"
14   },
15   "platforms": {
16     "ios": "4.0",
17     "osx": "10.6"
18   },
19   "source_files": [
20     "AllocateMirrored.{c,h}",
21     "MAMirroredQueue.{m,h}"
22   ],
23   "public_header_files": "MAMirroredQueue.h",
24   "requires_arc": true