[Add] STBaseProject 1.1.2
[CocoaPods.git] / Specs / a / 6 / 2 / Intercom / 2.1.1 / Intercom.podspec.json
blobdf8e3640fa34f6d22b5c8466148ab1ad8b43aab5
2   "name": "Intercom",
3   "version": "2.1.1",
4   "summary": "The Intercom iOS SDK, for integrating Intercom into your iOS application.",
5   "license": {
6     "type": "Apache license",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Adam McCarthy": "adam@intercom.io",
11     "James Treanor": "james@intercom.io"
12   },
13   "homepage": "https://github.com/intercom/intercom-ios",
14   "description": "The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 7 and iOS 8.",
15   "frameworks": [
16     "Foundation",
17     "UIKit",
18     "Security",
19     "SystemConfiguration",
20     "MobileCoreServices",
21     "ImageIO",
22     "AVFoundation",
23     "QuartzCore",
24     "CoreGraphics"
25   ],
26   "requires_arc": true,
27   "source": {
28     "git": "https://github.com/intercom/intercom-ios.git",
29     "tag": "2.1.1"
30   },
31   "platforms": {
32     "ios": "7.0"
33   },
34   "ios": {
35     "preserve_paths": "Intercom.framework",
36     "public_header_files": "Intercom.framework/Versions/A/Headers/*.h",
37     "resources": "Intercom.framework/Versions/A/Resources/**/*",
38     "vendored_frameworks": "Intercom.framework"
39   }