[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / d / e / c / Mux-Stats-Core / 2.4.0 / Mux-Stats-Core.podspec.json
blobf63cc2193310d1ad4e4f47fab1ed48ff2808a873
2   "name": "Mux-Stats-Core",
3   "version": "2.4.0",
4   "source": {
5     "git": "https://github.com/muxinc/stats-sdk-objc.git",
6     "tag": "v2.4.0"
7   },
8   "summary": "The Mux Stats Core",
9   "description": "The Mux stats Core provides performance analytics and QoS monitoring for video.",
10   "homepage": "https://mux.com",
11   "social_media_url": "https://twitter.com/muxhq",
12   "license": "Apache 2.0",
13   "authors": {
14     "Mux": "ios-sdk@mux.com"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "ios": {
21     "vendored_frameworks": "Frameworks/iOS/fat/MuxCore.framework",
22     "frameworks": [
23       "AVKit",
24       "AVFoundation"
25     ]
26   },
27   "tvos": {
28     "vendored_frameworks": "Frameworks/tvOS/fat/MuxCoreTv.framework",
29     "frameworks": [
30       "AVKit",
31       "AVFoundation"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
36     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
40     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
41   }