[Add] ApptentiveKit 6.9.1
[CocoaPods.git] / Specs / 6 / 8 / d / HockeySDK-Source / 4.0.1 / HockeySDK-Source.podspec.json
blobf1c05c8c4e41d628af07f80af23976a17dd89665
2   "name": "HockeySDK-Source",
3   "version": "4.0.1",
4   "summary": "Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.",
5   "description": "HockeyApp is a service to distribute beta apps, collect crash reports and\ncommunicate with your app's users.\n\nIt improves the testing process dramatically and can be used for both beta\nand App Store builds.",
6   "homepage": "http://hockeyapp.net/",
7   "documentation_url": "http://hockeyapp.net/help/sdk/ios/4.0.1/",
8   "license": "MIT",
9   "authors": {
10     "Microsoft": "support@hockeyapp.net"
11   },
12   "source": {
13     "git": "https://github.com/bitstadium/HockeySDK-iOS.git",
14     "tag": "4.0.1"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "Classes",
20   "requires_arc": true,
21   "frameworks": [
22     "AssetsLibrary",
23     "CoreGraphics",
24     "CoreTelephony",
25     "CoreText",
26     "MobileCoreServices",
27     "Photos",
28     "QuartzCore",
29     "QuickLook",
30     "Security",
31     "SystemConfiguration",
32     "UIKit"
33   ],
34   "libraries": [
35     "c++",
36     "z"
37   ],
38   "vendored_frameworks": "Vendor/CrashReporter.framework",
39   "pod_target_xcconfig": {
40     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"4.0.1\\\"\" BITHOCKEY_C_VERSION=\"\\\"4.0.1\\\"\" BITHOCKEY_BUILD=\"@\\\"60\\\"\" BITHOCKEY_C_BUILD=\"\\\"60\\\"\""
41   },
42   "resource_bundles": {
43     "HockeySDKResources": [
44       "Resources/*.png",
45       "Resources/*.lproj"
46     ]
47   },
48   "preserve_paths": [
49     "Resources",
50     "Support"
51   ],
52   "private_header_files": "Classes/*Private.h",
53   "deprecated_in_favor_of": "AppCenter"