blob: 6b5705e5aaea10f0571556c6f2470c2646d522a4 [file] [log] [blame]
{
"name": "XLYMapping",
"version": "1.0.0",
"summary": "A MappingSystem which maps JSON into local objects.",
"description": " XLYMapping is designed to map JSON into local object. It uses KVC and can be extended easily.\n",
"homepage": "https://github.com/kaizeiyimi/XLYMapping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaizei": "kaizeiyimi@126.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kaizeiyimi/XLYMapping.git",
"tag": "v1.0.0"
},
"source_files": "codes/**/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}