blob: 6b62e4ba0e826c788a161f8ada09ac66164f755b [file] [log] [blame]
{
"name": "CYJSONValidator",
"version": "0.1",
"authors": "Jason li",
"homepage": "http://blog.csdn.net/lihei12345",
"source": {
"git": "https://github.com/lihei12345/CYJSONValidator.git",
"tag": "0.1"
},
"license": {
"type": "Copyright",
"text": " Copyright 2014 Jason. All rights reserved.\n"
},
"summary": "A simple and safe wrapper for RPJSONValidator on iOS JSON data parsing ",
"source_files": "CYJSONValidatorDemo/Class/*.{h,m}",
"platforms": {
"ios": "6.0"
},
"frameworks": [
"AdSupport",
"Security"
],
"requires_arc": true,
"dependencies": {
"RPJSONValidator": [
"~> 0.2.0"
]
}
}