blob: 80ed3ca71465768ab1ec26c4f889fea4621c486f [file] [log] [blame]
{
"name": "JCKeyPathValidator",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "JCKeyPathValidation/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}