blob: be2149c4439bcb2e2731787e2200c4ca095ce9a5 [file] [log] [blame]
{
"name": "MJModel",
"version": "0.1.1",
"summary": "MJModel is a framework in swift which allows you to easily convert model to json string or json string to model.",
"homepage": "https://github.com/Musjoy/Swift-MJModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"raymond-hl": "Raymond.huang@musjoy.com"
},
"source": {
"git": "https://github.com/Musjoy/Swift-MJModel.git",
"tag": "0.1.1",
"submodules": true
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "4.0",
"tvos": "11.0"
},
"default_subspecs": "Core",
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*.swift",
"dependencies": {
"MJModel/JsonSerializer": [
]
},
"user_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DMODULE_MODEL"
}
},
{
"name": "JsonSerializer",
"source_files": "Source/Json/*.swift",
"user_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DMODULE_JSON_SERIALIZER"
}
}
]
}