4 "summary": "Objective-C client for the Everlapse API.",
5 "homepage": "https://github.com/seesawco/LapseKit",
11 "Caleb Davenport": "caleb@seesaw.co",
12 "Sam Soffes": "sam@soff.es"
15 "git": "https://github.com/seesawco/LapseKit.git",
18 "source_files": "LapseKit/**/*.{h,m}",
32 "SystemConfiguration",
40 "SystemConfiguration",
44 "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"