blob: 9fa95c0390b263f67fdac821c6b2d75e739e551a [file] [log] [blame]
{
"name": "LPMJSONUtils",
"version": "1.0.0",
"summary": "JSON utilities for iOS used by Lonely Planet.",
"description": " A set of utilities for deserializing JSON files.\n",
"homepage": "https://github.com/lonelyplanet/lpm-json-utils-ios",
"license": "MIT",
"authors": {
"Todd Grooms": "todd.grooms@lonelyplanet.com"
},
"source": {
"git": "https://github.com/lonelyplanet/lpm-json-utils-ios.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "JSON Utils/LPMJSONUtils.{h,m}",
"frameworks": "Foundation"
}