blob: e8927757150b0e2d03430e080e67768984a596a8 [file] [log] [blame]
{
"name": "LapseKit",
"version": "0.2.0",
"summary": "Objective-C client for the Everlapse API.",
"homepage": "https://github.com/seesawco/LapseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caleb Davenport": "caleb@seesaw.co",
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/seesawco/LapseKit.git",
"tag": "v0.2.0"
},
"source_files": "LapseKit/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"Security",
"CoreGraphics"
]
},
"osx": {
"frameworks": [
"CoreServices",
"SystemConfiguration",
"Security"
]
},
"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"
}