[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / 2 / Intercom / 2.0.0 / Intercom.podspec.json
blobd6a9fb623e0ad296c915c6e66b280b072f6b1284
2   "name": "Intercom",
3   "version": "2.0.0",
4   "summary": "The Intercom iOS SDK, for integrating Intercom into your iOS application.",
5   "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",
6   "homepage": "https://github.com/intercom/intercom-ios",
7   "license": {
8     "type": "Apache license",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam McCarthy": "adam@intercom.io",
13     "Gavin Rooney": "gavin@intercom.io",
14     "Dale Cantwell": "dale@intercom.io",
15     "Ignacio Delgado": "ignacio@intercom.io",
16     "Roland Gropmair": "roland@intercom.io",
17     "James Treanor": "james@intercom.io"
18   },
19   "source": {
20     "git": "https://github.com/intercom/intercom-ios.git",
21     "tag": "2.0.0"
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "source_files": "Intercom/Intercom.h",
27   "preserve_paths": "Intercom/libIntercom.a",
28   "requires_arc": true,
29   "frameworks": [
30     "Foundation",
31     "Security",
32     "Social"
33   ],
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/Intercom/Intercom/libIntercom.a\"",
36     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Intercom/Intercom"
37   }