4 "summary": "Weakify and strongify wrappers for ObjC",
5 "homepage": "https://github.com/Rogaven/ODWeakify",
11 "Alexey Nazaroff": "alexx.nazaroff@gmail.com"
14 "git": "https://github.com/Rogaven/ODWeakify.git",
24 "frameworks": "Foundation",
25 "source_files": "src/**/*",
26 "public_header_files": "src/include/**/*",
32 "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"