blob: dcce68e45902f6f25ab6e68e6ec6f56f82bf9ced [file] [log] [blame]
{
"name": "HandyJSON",
"authors": {
"xuyecan": "xuyecan@gmail.com"
},
"license": "Apache License 2.0",
"requires_arc": true,
"version": "5.0.2-beta",
"homepage": "https://github.com/alibaba/handyjson",
"source_files": "Source/**/*.{swift,h,m}",
"source": {
"git": "https://github.com/alibaba/HandyJSON.git",
"tag": "5.0.2-beta"
},
"summary": "A Json Serialization & Deserialization Library for Swift",
"description": "A Handy Json Library for Swift which serials object to json and deserials json to object",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}