blob: 7d190f7c3c0fb4eb64e173159e4c767e8a69c661 [file] [log] [blame]
{
"name": "Intercom",
"version": "2.1",
"summary": "The Intercom iOS SDK, for integrating Intercom into your iOS application.",
"license": {
"type": "Apache license",
"file": "LICENSE"
},
"authors": {
"Adam McCarthy": "adam@intercom.io",
"James Treanor": "james@intercom.io"
},
"homepage": "https://github.com/intercom/intercom-ios",
"description": "The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 7 and iOS 8.",
"frameworks": [
"Foundation",
"UIKit",
"Security",
"SystemConfiguration",
"MobileCoreServices",
"ImageIO",
"AVFoundation",
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true,
"source": {
"git": "https://github.com/intercom/intercom-ios.git",
"tag": "2.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"preserve_paths": "ios/Intercom.framework",
"public_header_files": "ios/Intercom.framework/Versions/A/Headers/*.h",
"resources": "ios/Intercom.framework/Versions/A/Resources/**/*",
"vendored_frameworks": "ios/Intercom.framework"
}
}