blob: 0028a36145222fef36d44907de44357a691ced79 [file] [log] [blame]
{
"name": "HandyJSON",
"authors": {
"xuyecan": "xuyecan@gmail.com"
},
"license": "Apache License 2.0",
"requires_arc": true,
"version": "4.1.2",
"homepage": "https://github.com/alibaba/handyjson",
"source_files": "Source/**/*.{swift,h,m}",
"source": {
"git": "https://github.com/alibaba/HandyJSON.git",
"tag": "4.1.2"
},
"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_SUPPRESS_WARNINGS": "YES"
}
}