blob: a8cecf9fdb21fb82304c7f1dc48a9c3137a2e8de [file] [log] [blame]
{
"name": "JCKeyPathValidator",
"version": "1.0.1",
"summary": "Compiler keypath validation.",
"description": "Stop using constant NSStrings to represent your keypaths: use compiler symbols instead.",
"homepage": "https://github.com/itsthejb/JCKeyPathValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Crooke": "joncrooke@gmail.com"
},
"source": {
"git": "https://github.com/itsthejb/JCKeyPathValidator.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "JCKeyPathValidation/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}