[Add] AgoraAudio_Special_iOS 4.3.2.134
[CocoaPods.git] / Specs / 7 / 4 / 6 / HockeySDK / 3.5.2 / HockeySDK.podspec.json
blob7988b73ab08fcf4d2aaf5a79d6186b13ba1373a2
2   "name": "HockeySDK",
3   "version": "3.5.2",
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\n                        communicate with your app's users.\n                        \n                        It improves the testing process dramatically and can be used for both beta\n                        and App Store builds.\n",
6   "homepage": "http://hockeyapp.net/",
7   "documentation_url": "http://hockeyapp.net/help/sdk/ios/3.5.2/",
8   "license": "MIT",
9   "authors": {
10     "Andreas Linde": "mail@andreaslinde.de",
11     "Thomas Dohmke": "thomas@dohmke.de"
12   },
13   "source": {
14     "git": "https://github.com/bitstadium/HockeySDK-iOS.git",
15     "tag": "3.5.2"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "Classes",
21   "requires_arc": true,
22   "frameworks": [
23     "CoreText",
24     "QuartzCore",
25     "SystemConfiguration",
26     "CoreGraphics",
27     "UIKit",
28     "Security"
29   ],
30   "ios": {
31     "vendored_frameworks": "Vendor/CrashReporter.framework"
32   },
33   "xcconfig": {
34     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"3.5.2\\\"\" BITHOCKEY_BUILD=\"@\\\"25\\\"\""
35   },
36   "resource_bundles": {
37     "HockeySDKResources": [
38       "Resources/*.png",
39       "Resources/*.lproj"
40     ]
41   },
42   "preserve_paths": [
43     "Resources",
44     "Support"
45   ],
46   "deprecated_in_favor_of": "AppCenter"