blob: decc7fa440585d8661d52575af06b1b8ac5ceb95 [file] [log] [blame]
{
"name": "ClassMapper",
"version": "0.0.2",
"license": "BSD",
"summary": "A simple obj-c library for converting classes which follow Key-Value Coding (KVC) conventions to other objects.",
"authors": {
"Pat Shields": "yeoldefortran@gmail.com"
},
"homepage": "https://github.com/pashields/ClassMapper",
"source": {
"git": "https://github.com/pashields/ClassMapper.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": null
},
"source_files": [
"ClassMapper/*.{h,m}",
"ClassMapper/Categories/*.{h,m}"
],
"requires_arc": true
}