4 "summary": "Make String from functions, classes, properties and defines safely in ObjC",
5 "homepage": "https://github.com/nzrsky/ODStringify",
11 "Alexey Nazarov": "alexx.Nazarov@gmail.com"
14 "git": "https://github.com/nzrsky/ODStringify.git",
17 "social_media_url": "https://twitter.com/nazarff",
24 "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",
26 "frameworks": "Foundation",
27 "source_files": "src/**/*.{h,m}"