blob: 87f3d60495aa02598d985b1fd3b03aeadb00fcc5 [file] [log] [blame]
{
"name": "CSModel",
"version": "0.1.0",
"summary": "CSModel is a concise and efficient model framework for iOS/OSX, and provides nested Model to compare values and copy values.",
"description": "CSModel is a concise and efficient model framework for iOS/OSX. '\nIt Provides many data-model methods:\n* Converts json to any object, or convert any object to json.\n* Serializes a model to provide class info and object properties.\n* Implementations of `NSCoding`, `NSCopying` and `isEqual:`.",
"homepage": "https://github.com/Chasel-Shao/CSModel.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chasel-Shao": "753080265@qq.com"
},
"source": {
"git": "https://github.com/Chasel-Shao/CSModel.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "CSModel/*.{h,m}",
"public_header_files": "CSModel/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}