[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 4 / 1 / fmemopen / 0.0.1 / fmemopen.podspec.json
blob7e3ac17984ecea02e6f592a4ff1840e60a44fc08
2   "name": "fmemopen",
3   "version": "0.0.1",
4   "summary": "fmemopen port for iOS and Mac OS X",
5   "description": "                    The fmemopen() function opens a stream that permits the\n                    access specified by mode. The stream allows I/O to be\n                    performed on the string or memory buffer pointed to by buf.\n                    This buffer must be at least size bytes long.\n",
6   "homepage": "https://github.com/jverkoey/fmemopen",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Jeff Verkoeyen": "jverkoey@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jverkoey/fmemopen.git",
13     "commit": "44f91decc1ff211c2f810dba91f381b7f325ddbb"
14   },
15   "source_files": "*.{c,h}",
16   "requires_arc": false