4 "summary": "Simple and powerful URL routing library to easily handle incoming URLs in your app.",
5 "homepage": "https://github.com/jilouc/Traffic",
11 "jldagon": "jldagon@cocoapps.fr"
18 "git": "https://github.com/jilouc/Traffic.git",
22 "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",
23 "source_files": "Traffic/Traffic.h",
24 "public_header_files": "Traffic/Traffic.h",
28 "public_header_files": "Traffic/Core/*.h",
44 "public_header_files": "Traffic/UIKit/*.h",
45 "source_files": "Traffic/UIKit"