5 "summary": "YJKit is a simple wrapper for iOS library.",
6 "homepage": "https://github.com/huang-kun/YJKit",
8 "huang-kun": "jack-huang-developer@foxmail.com"
11 "git": "https://github.com/huang-kun/YJKit.git",
18 "source_files": "YJKit/**/*",
19 "public_header_files": "YJKit/YJKit.h",
26 "cocoapods_version": ">= 0.36",
27 "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\n#ifndef TARGET_OS_TV\n #define TARGET_OS_TV 0\n#endif"