blob: 9ac23480a789555dfa6510a72b3df85c81a6e8bf [file] [log] [blame]
{
"name": "CSModel",
"version": "0.0.1",
"summary": "CSModel is a consice and efficient model framework for iOS/OSX.",
"description": "CSModel is a consice 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.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "CSModel/*.{h,m}",
"public_header_files": "CSModel/*.{h}",
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}