[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 6 / HockeySDK / 3.5.7 / HockeySDK.podspec.json
blob0a6c02427c8bd2ce000190e64b6f945ed6fc68d9
2   "name": "HockeySDK",
3   "version": "3.5.7",
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.7/",
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.7"
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.7\\\"\" BITHOCKEY_C_VERSION=\"\\\"3.5.7\\\"\" BITHOCKEY_BUILD=\"@\\\"32\\\"\" BITHOCKEY_C_BUILD=\"\\\"32\\\"\""
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"