blob: 182cea0a988ae50919ab54c43e876f897c185080 [file] [log] [blame]
{
"name": "FlightRecorder",
"version": "1.5.9",
"summary": "Record user sessions into videos by adding just a few lines of code!",
"description": " FlightRecorder is an iOS SDK that captures device screen with all user interactions, console output, location & other device informations and make them available to you on the web.\n",
"homepage": "http://www.flightrecorder.co",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2013-2014 FlightRecorder, Inc.\n"
},
"authors": {
"FlightRecorder": "support@flightrecorder.co"
},
"source": {
"git": "https://github.com/FlightRecorderOfficial/Pods.git",
"tag": "1.5.9"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": false,
"resources": [
"**/FECoreModel.mom",
"**/VersionInfo.plist"
],
"source_files": "FlightRecorder.embeddedframework/FlightRecorder.framework/Versions/A/Headers/FlightRecorder.h",
"preserve_paths": [
"FlightRecorder.embeddedframework/FlightRecorder.framework",
"FlightRecorder.embeddedframework/Resources"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/FlightRecorder/FlightRecorder.embeddedframework\""
},
"ios": {
"libraries": [
"z",
"sqlite3"
]
},
"frameworks": [
"FlightRecorder",
"CoreData",
"SystemConfiguration",
"CoreTelephony",
"CoreMedia",
"CoreVideo",
"AVFoundation",
"CoreLocation",
"CoreGraphics",
"MobileCoreServices"
]
}