blob: 0c12984be684b63129c212731ba353887450e5b3 [file] [log] [blame]
{
"name": "FXParser",
"version": "1.2.1",
"license": "zlib",
"summary": "FXParser is a text parsing engine for iOS and Mac OS to simplify the consumption of text-based languages and data formats, e.g. JSON.",
"authors": {
"Nick Lockwood": "http://charcoaldesign.co.uk/"
},
"source": {
"git": "https://github.com/nicklockwood/FXParser.git",
"tag": "1.2.1"
},
"homepage": "https://github.com/nicklockwood/FXParser",
"source_files": "FXParser/FXParser.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}