[Add] AgoraAudio_Special_iOS 4.3.2.134
[CocoaPods.git] / Specs / 7 / 4 / 6 / HockeySDK / 4.1.6 / HockeySDK.podspec.json
blob4b6f392557105a0491fcad9c76803dfc7c21525d
2   "name": "HockeySDK",
3   "version": "4.1.6",
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/4.1.6/",
8   "license": {
9     "type": "MIT",
10     "file": "HockeySDK-iOS/LICENSE"
11   },
12   "authors": {
13     "Microsoft": "support@hockeyapp.net"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "preserve_paths": "HockeySDK-iOS/README.md",
20   "source": {
21     "http": "https://github.com/bitstadium/HockeySDK-iOS/releases/download/4.1.6/HockeySDK-iOS-4.1.6.zip"
22   },
23   "frameworks": [
24     "Foundation",
25     "Security",
26     "SystemConfiguration"
27   ],
28   "libraries": "c++",
29   "default_subspecs": "DefaultLib",
30   "deprecated_in_favor_of": "AppCenter",
31   "subspecs": [
32     {
33       "name": "CrashOnlyLib",
34       "frameworks": "UIKit",
35       "libraries": "z",
36       "resource_bundles": {
37         "HockeySDKResources": [
38           "HockeySDK-iOS/HockeySDK.embeddedframework/HockeySDKResources.bundle/*.lproj"
39         ]
40       },
41       "vendored_frameworks": "HockeySDK-iOS/HockeySDKCrashOnly/HockeySDK.framework"
42     },
43     {
44       "name": "CrashOnlyExtensionsLib",
45       "vendored_frameworks": "HockeySDK-iOS/HockeySDKCrashOnlyExtension/HockeySDK.framework"
46     },
47     {
48       "name": "DefaultLib",
49       "resource_bundles": {
50         "HockeySDKResources": [
51           "HockeySDK-iOS/HockeySDK.embeddedframework/HockeySDKResources.bundle/*.png",
52           "HockeySDK-iOS/HockeySDK.embeddedframework/HockeySDKResources.bundle/*.lproj"
53         ]
54       },
55       "frameworks": [
56         "CoreGraphics",
57         "CoreText",
58         "CoreTelephony",
59         "MobileCoreServices",
60         "QuartzCore",
61         "QuickLook",
62         "UIKit"
63       ],
64       "libraries": "z",
65       "vendored_frameworks": "HockeySDK-iOS/HockeySDK.embeddedframework/HockeySDK.framework"
66     },
67     {
68       "name": "AllFeaturesLib",
69       "resource_bundles": {
70         "HockeySDKResources": [
71           "HockeySDK-iOS/HockeySDKAllFeatures/HockeySDK.embeddedframework/HockeySDKResources.bundle/*.png",
72           "HockeySDK-iOS/HockeySDKAllFeatures/HockeySDK.embeddedframework/HockeySDKResources.bundle/*.lproj"
73         ]
74       },
75       "frameworks": [
76         "AssetsLibrary",
77         "CoreGraphics",
78         "CoreText",
79         "CoreTelephony",
80         "MobileCoreServices",
81         "Photos",
82         "QuartzCore",
83         "QuickLook",
84         "UIKit"
85       ],
86       "libraries": "z",
87       "vendored_frameworks": "HockeySDK-iOS/HockeySDKAllFeatures/HockeySDK.embeddedframework/HockeySDK.framework"
88     }
89   ]