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