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