blob: b6d13911a39de3a59ae762474991abd93eef1a48 [file] [log] [blame]
{
"name": "FeedbackLoop",
"version": "0.1.2",
"summary": "Customer support through Slack",
"description": " Support your customers with the tool your team knows and loves. Slack\n",
"homepage": "https://github.com/phoenixbox/feedbackloop-ios-sdk",
"license": {
"type": "Apache license",
"file": "LICENSE"
},
"authors": "Shane Rogers",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/phoenixbox/feedbackloop-ios-sdk.git",
"tag": "0.1.2"
},
"preserve_paths": "FeedbackLoop.framework",
"public_header_files": "FeedbackLoop.framework/Versions/A/Headers/FeedbackLoop.h",
"dependencies": {
"AFNetworking": [
],
"JSONModel": [
],
"JSQMessagesViewController": [
],
"SocketRocket": [
]
},
"vendored_frameworks": "FeedbackLoop.framework",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"Security",
"SystemConfiguration",
"MobileCoreServices",
"ImageIO",
"AVFoundation",
"QuartzCore",
"CoreGraphics"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"resources": "FeedbackLoop.bundle"
}