Install HandyJSON manually
masterTo integrate HandyJSON manually into your project:
- Add HandyJSON as a git submodule in your project's top-level directory:
git init && git submodule add https://github.com/alibaba/HandyJSON.git - Drag the
HandyJSON.xcodeprojfrom the newHandyJSONfolder into your project'sProject Navigator. - In your application project's
Generalpanel, click the+button underEmbedded Binaries. - Select the
HandyJSON.frameworkthat matches your application's target platform.
git init && git submodule add https://github.com/alibaba/HandyJSON.git