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