| { |
| "name": "LRHandyJSON", |
| "authors": { |
| "xuyecan": "xuyecan@gmail.com" |
| }, |
| "license": "Apache License 2.0", |
| "requires_arc": true, |
| "version": "5.0.0.2", |
| "homepage": "https://github.com/alibaba/handyjson", |
| "source_files": "Source/**/*.{swift,h,m}", |
| "source": { |
| "git": "https://github.com/karlcool/HandyJSON.git", |
| "tag": "5.0.0.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": "5.0" |
| } |
| } |