blob: d6a9fb623e0ad296c915c6e66b280b072f6b1284 [file] [log] [blame]
{
"name": "Intercom",
"version": "2.0.0",
"summary": "The Intercom iOS SDK, for integrating Intercom into your iOS application.",
"description": " The Intercom iOS SDK currently supports iOS7. iOS8 will be supported once it's out of beta. For iOS6 support you should check version 1.9 of the SDK. \n",
"homepage": "https://github.com/intercom/intercom-ios",
"license": {
"type": "Apache license",
"file": "LICENSE"
},
"authors": {
"Adam McCarthy": "adam@intercom.io",
"Gavin Rooney": "gavin@intercom.io",
"Dale Cantwell": "dale@intercom.io",
"Ignacio Delgado": "ignacio@intercom.io",
"Roland Gropmair": "roland@intercom.io",
"James Treanor": "james@intercom.io"
},
"source": {
"git": "https://github.com/intercom/intercom-ios.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Intercom/Intercom.h",
"preserve_paths": "Intercom/libIntercom.a",
"requires_arc": true,
"frameworks": [
"Foundation",
"Security",
"Social"
],
"xcconfig": {
"OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/Intercom/Intercom/libIntercom.a\"",
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Intercom/Intercom"
}
}