4 "summary": "JSON and Model networking framework.",
5 "description": "Data Networking, change JSON Data to Model",
6 "homepage": "https://github.com/yahua/YAHModel.git",
9 "yahua": "yahua523@163.com"
13 "git": "https://github.com/yahua/YAHModel.git",
16 "source_files": "YAHModel/*.{h,m}",
17 "public_header_files": "YAHModel/*.{h}",
18 "prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif",