[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 6 / HockeySDK / 3.5.5 / HockeySDK.podspec.json
blob5f9cb9b7b14f08059fb1cc2f89eb76c7103b8a84
2   "name": "HockeySDK",
3   "version": "3.5.5",
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.5/",
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.5"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "Classes",
22     "Vendor/CrashReporter.framework/Versions/A/Headers/*.h"
23   ],
24   "requires_arc": true,
25   "frameworks": [
26     "CoreText",
27     "QuartzCore",
28     "SystemConfiguration",
29     "CoreGraphics",
30     "UIKit",
31     "Security"
32   ],
33   "ios": {
34     "vendored_frameworks": "Vendor/CrashReporter.framework"
35   },
36   "xcconfig": {
37     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"3.5.5\\\"\" BITHOCKEY_C_VERSION=\"\\\"3.5.5\\\"\" BITHOCKEY_BUILD=\"@\\\"28\\\"\" BITHOCKEY_C_BUILD=\"\\\"28\\\"\""
38   },
39   "resource_bundles": {
40     "HockeySDKResources": [
41       "Resources/*.png",
42       "Resources/*.lproj"
43     ]
44   },
45   "preserve_paths": [
46     "Resources",
47     "Support"
48   ],
49   "deprecated_in_favor_of": "AppCenter"