blob: 50a0fefa1c7cbb3f97c1ea291181ce75ca6fee88 [file] [log] [blame]
{
"name": "TestFairy",
"version": "1.10.0",
"summary": "TestFairy app monitoring and crash handling framework",
"homepage": "https://www.testfairy.com",
"license": {
"type": "Commercial",
"text": ""
},
"authors": {
"TestFairy": "support@testfairy.com"
},
"source": {
"http": "http://app.testfairy.com/ios-sdk/TestFairySDK-1.10.0.zip"
},
"social_media_url": "https://twitter.com/testfairy",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "TestFairy.h",
"public_header_files": "TestFairy.h",
"preserve_paths": "libTestFairy.a",
"libraries": "TestFairy",
"resources": "upload-dsym.sh",
"frameworks": [
"UIKit",
"CoreMedia",
"CoreMotion",
"AVFoundation",
"AVFoundation",
"OpenGLES",
"SystemConfiguration"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TestFairy\"",
"DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym"
}
}