4 "summary": "Stringify functions, classes, properties and defines",
5 "homepage": "https://github.com/Rogaven/ODStringify",
11 "Alexey Nazaroff": "alexx.nazaroff@gmail.com"
14 "git": "https://github.com/Rogaven/ODStringify.git",
23 "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",
25 "frameworks": "Foundation",
26 "source_files": "src/**/*",
27 "public_header_files": "src/include/**/*"