[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / b / 8 / LMGUI / 1.7.0 / LMGUI.podspec.json
blob3eacdf2ce2f3faec82c225a76b936d11612b3de9
2   "name": "LMGUI",
3   "version": "1.7.0",
4   "summary": "UI Components for LMG iOS SDK",
5   "description": "All the pre-build UI components, Views and user flows for the LMG iOS Platform SDK.",
6   "homepage": "https://github.com/loopmediagroup/loopmediagroup-ios",
7   "license": {
8     "type": "Copyright",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Loop Media Group": "dev@loopmediagroup.com"
13   },
14   "source": {
15     "http": "https://github.com/loopmediagroup/loopmediagroup-ios/releases/download/UI-v1.7.0/LMGUI.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "LMGUI.framework/Headers/*.{h}",
21   "resource_bundles": {
22     "LMGUI": "LMGUI.framework/Assets.car"
23   },
24   "preserve_paths": "LMGUI.framework",
25   "vendored_frameworks": "LMGUI.framework",
26   "public_header_files": "LMGUI.framework/Headers/*.{h}",
27   "frameworks": [
28     "UIKit",
29     "CoreLocation",
30     "MapKit"
31   ],
32   "dependencies": {
33     "LMGData": [
34       "1.7.0"
35     ],
36     "SDWebImage": [
37       "~> 5.11"
38     ]
39   },
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   }