blob: ac2522050b0deaab082f9c431368458d05cc16f8 [file] [log] [blame]
{
"name": "XTYModel",
"version": "1.1.0",
"summary": "A light weight and high performance model framework for iOS",
"description": "*Support all basic object you would need and object types can be automatically converted.\n*All data types will be verified to ensure type-safe during the conversion process.\n*Model class do not inherit from any other base class.\n*This library contains only 4 files.",
"homepage": "https://github.com/HuanDay/XTYModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael": "michaelzhaihk@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/HuanDay/XTYModel.git",
"tag": "1.1.0"
},
"source_files": "XTYModel/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}