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