blob: d463131a2bcd4174ceb2382ecda4588fce25435d [file] [log] [blame]
{
"name": "MMCodable",
"version": "0.0.1",
"summary": "MMCodable: A enhanced Codable",
"description": "基于苹果官方Codable的序列化工具库",
"homepage": "https://github.com/MoyaMapper/MMCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LinXunFeng": "linxunfeng@yeah.net"
},
"source": {
"git": "https://github.com/MoyaMapper/MMCodable.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/xunfenghellolo",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "MMCodable/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
]
},
"swift_version": "5.0"
}