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