[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / 6 / 8 / d / HockeySDK-Source / 4.0.0-beta.1 / HockeySDK-Source.podspec.json
blobafb0f86fc99fc4736939ffccfc68aae20650d8da
2   "name": "HockeySDK-Source",
3   "version": "4.0.0-beta.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.0-beta.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.0-beta.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   "ios": {
39     "vendored_frameworks": "Vendor/CrashReporter.framework"
40   },
41   "pod_target_xcconfig": {
42     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"4.0.0-beta.1\\\"\" BITHOCKEY_C_VERSION=\"\\\"4.0.0-beta.1\\\"\" BITHOCKEY_BUILD=\"@\\\"60\\\"\" BITHOCKEY_C_BUILD=\"\\\"60\\\"\""
43   },
44   "resource_bundles": {
45     "HockeySDKResources": [
46       "Resources/*.png",
47       "Resources/*.lproj"
48     ]
49   },
50   "preserve_paths": [
51     "Resources",
52     "Support"
53   ],
54   "private_header_files": "Classes/*Private.h",
55   "deprecated_in_favor_of": "AppCenter"