5 "summary": "The Essential StoreKit Companion.",
6 "homepage": "https://github.com/mattt/CargoBay",
8 "Mattt Thompson": "m@mattt.me"
11 "git": "https://github.com/mattt/CargoBay.git",
14 "source_files": "CargoBay",
29 "prefix_header_contents": " #import <Availability.h>\n\n #if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n #else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n #endif\n"