4 "summary": "GCD/DispatchQueue syntax sugar for ObjC",
5 "homepage": "https://github.com/nzrsky/ODDispatch",
11 "Alexey Nazarov": "alexx.nazaroff@gmail.com"
14 "git": "https://github.com/nzrsky/ODDispatch.git",
17 "social_media_url": "https://twitter.com/nzrsky",
25 "source_files": "src/**/*.{h,m}",
26 "frameworks": "Foundation",
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",