[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 7 / 4 / 6 / HockeySDK / 3.6.4 / HockeySDK.podspec.json
blob11f969d76c322ca70e22d93cfa02aa74640e0c3a
2   "name": "HockeySDK",
3   "version": "3.6.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\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.6.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.6.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   "ios": {
34     "vendored_frameworks": "Vendor/CrashReporter.framework"
35   },
36   "xcconfig": {
37     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"3.6.4\\\"\" BITHOCKEY_C_VERSION=\"\\\"3.6.4\\\"\" BITHOCKEY_BUILD=\"@\\\"38\\\"\" BITHOCKEY_C_BUILD=\"\\\"38\\\"\""
38   },
39   "resource_bundles": {
40     "HockeySDKResources": [
41       "Resources/*.png",
42       "Resources/*.lproj"
43     ]
44   },
45   "preserve_paths": [
46     "Resources",
47     "Support"
48   ],
49   "private_header_files": "Classes/*Private.h",
50   "deprecated_in_favor_of": "AppCenter"