[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / a / 5 / 9 / SudMGPWrapper_Lite / 1.3.9.2 / SudMGPWrapper_Lite.podspec.json
blob2c6945ddaa5272f1ccf17df4f66e67840119df79
2   "name": "SudMGPWrapper_Lite",
3   "version": "1.3.9.2",
4   "summary": "This is a Wrapper for SudMGP SDK",
5   "description": "This is a Wrapper for SudMGP SDK, To enable developers to quickly access the SudMGP SDK",
6   "homepage": "https://github.com/SudTechnology/SudMGPWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "SudMGPWrapper/LICENSE"
10   },
11   "authors": {
12     "sud.tech": "dev@sud.tech"
13   },
14   "source": {
15     "git": "https://github.com/SudTechnology/SudMGPWrapper.git",
16     "tag": "v1.3.9.2"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "11.0"
25   },
26   "public_header_files": "SudMGPWrapper/**/*.h",
27   "source_files": [
28     "SudMGPWrapper/*.{h,m,mm,cpp,c,hpp,cc,swift}",
29     "SudMGPWrapper/Decorator/**/*.{h,m,mm,cpp,c,hpp,cc,swift}",
30     "SudMGPWrapper/Model/**/*.{h,m,mm,cpp,c,hpp,cc,swift}",
31     "SudMGPWrapper/State/**/*.{h,m,mm,cpp,c,hpp,cc,swift}"
32   ],
33   "dependencies": {
34     "SudMGP_Lite": [
35       "~> 1.3.9"
36     ],
37     "MJExtension": [
38       "~> 3.4.1"
39     ]
40   }