blob: 0d1143354e656bc9b93ed4327ccc9fcf1384a998 [file] [log] [blame]
{
"name": "LapseKit",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "LapseKit/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
],
"prefix_header_contents": " #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n"
}