[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 2 / 4 / a / FlutterGamesKit / 1.0.4 / FlutterGamesKit.podspec.json
blobb79c4c89d774665172f9fd3caba7489bfabc426b
2   "name": "FlutterGamesKit",
3   "platforms": {
4     "ios": "12.0"
5   },
6   "version": "1.0.4",
7   "summary": "Flutter 版本游戏SDK",
8   "description": "Flutter 游戏 SDK iOS、Android双端\nFlutter插件编写,支持iOS 和 Android,该工程是iOS参考demo",
9   "homepage": "https://github.com/MF-dosear/FlutterGamesKit",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Paul": "dosear@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/MF-dosear/FlutterGamesKit.git",
19     "tag": "1.0.4"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "VALID_ARCHS[sdk=iphonesimulator*]": ""
24   },
25   "source_files": [
26     "FlutterGamesKit/Classes/**/*"
27   ],
28   "vendored_frameworks": [
29     "FlutterGamesKit/Frameworks/*.xcframework"
30   ],
31   "dependencies": {
32     "AFNetworking": [
33       "~> 4.0.1"
34     ],
35     "SVProgressHUD": [
36       "~> 2.3.1"
37     ]
38   }