[Add] NetKernel 1.0.96
[CocoaPods.git] / Specs / 6 / 8 / d / HockeySDK-Source / 3.8.4 / HockeySDK-Source.podspec.json
blob1bc83b5d36bcd35eb66c828189c5f458d144d82e
2   "name": "HockeySDK-Source",
3   "version": "3.8.4",
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/3.8.4/",
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.8.4"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "Classes",
21   "requires_arc": true,
22   "frameworks": [
23     "AssetsLibrary",
24     "CoreText",
25     "CoreGraphics",
26     "MobileCoreServices",
27     "QuartzCore",
28     "QuickLook",
29     "Security",
30     "SystemConfiguration",
31     "UIKit"
32   ],
33   "libraries": "c++",
34   "ios": {
35     "vendored_frameworks": "Vendor/CrashReporter.framework"
36   },
37   "xcconfig": {
38     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"3.8.4\\\"\" BITHOCKEY_C_VERSION=\"\\\"3.8.4\\\"\" BITHOCKEY_BUILD=\"@\\\"56\\\"\" BITHOCKEY_C_BUILD=\"\\\"56\\\"\""
39   },
40   "resource_bundles": {
41     "HockeySDKResources": [
42       "Resources/*.png",
43       "Resources/*.lproj"
44     ]
45   },
46   "preserve_paths": [
47     "Resources",
48     "Support"
49   ],
50   "private_header_files": "Classes/*Private.h",
51   "deprecated_in_favor_of": "AppCenter"