blob: d928ac7fd67d8e4080ff3980b421a16d16ac0562 [file] [log] [blame]
{
"name": "cf-jsmn",
"version": "0.1.0",
"summary": "CF (OS X and iOS) version of jsmn",
"description": "A Core Foundation compatible version of the awesome lightweight JSON parser\n\"jsmn\", with support for unicode strings.",
"homepage": "https://github.com/luckymarmot/cf-jsmn",
"license": "MIT",
"authors": {
"Micha Mazaheri": "micha@mazaheri.me"
},
"source": {
"git": "https://github.com/luckymarmot/cf-jsmn.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/luckymarmot",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": false,
"source_files": "src/*",
"public_header_files": "src/*.h"
}