[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 7 / 4 / 6 / HockeySDK / 3.5.0-rc3 / HockeySDK.podspec.json
blob6b3e6b2aae615b03cd62505e844b5b806b219ac4
2   "name": "HockeySDK",
3   "version": "3.5.0-rc3",
4   "license": "MIT",
5   "platforms": {
6     "ios": "5.0"
7   },
8   "summary": "Distribute beta apps and collect crash reports with HockeyApp.",
9   "homepage": "http://hockeyapp.net/",
10   "authors": {
11     "Andreas Linde": "mail@andreaslinde.de",
12     "Thomas Dohmke": "thomas@dohmke.de"
13   },
14   "source": {
15     "git": "https://github.com/bitstadium/HockeySDK-iOS.git",
16     "tag": "3.5.0-rc3"
17   },
18   "description": "HockeyApp is a server to distribute beta apps, collect crash reports and communicate with your app users.It improves the testing process dramatically and can be used for both beta and App Store builds. Only beta builds will notify users about a new version. NOTE: If you want the framework to try again when a network is available, add a dependency on Reachability and send a notification with the name `BITHockeyNetworkDidBecomeReachable` yourself when the network becomes reachable.",
19   "source_files": "Classes",
20   "requires_arc": true,
21   "preserve_paths": [
22     "Resources",
23     "Support",
24     "Vendor"
25   ],
26   "frameworks": [
27     "CoreText",
28     "QuartzCore",
29     "SystemConfiguration",
30     "CrashReporter",
31     "CoreGraphics",
32     "UIKit",
33     "Security"
34   ],
35   "xcconfig": {
36     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/HockeySDK/Vendor\"",
37     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"3.5.0-rc3\\\"\""
38   },
39   "resource_bundles": {
40     "HockeySDKResources": [
41       "Resources/*.png",
42       "Resources/*.lproj"
43     ]
44   },
45   "deprecated_in_favor_of": "AppCenter"