[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / 1 / 0 / fireflylib / 0.0.5 / fireflylib.podspec.json
blobd98a2ce8a820b08f3a18722d22d44a0286057aea
2   "name": "fireflylib",
3   "version": "0.0.5",
4   "summary": "C++ base Framework",
5   "platforms": {
6     "ios": "14.0"
7   },
8   "description": "C++ base Framework, include Thread, Time, Ringbuffer",
9   "homepage": "https://github.com/Nevermore1994/firefly.git",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Nevermore-": "875229565@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/Nevermore1994/firefly.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "framework/iOS/firefly.xcframework/**/*.{h, hpp}",
22   "public_header_files": "framework/iOS/firefly.xcframework/**/*.{h, hpp}",
23   "requires_arc": false,
24   "ios": {
25     "vendored_frameworks": "framework/iOS/firefly.xcframework"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   }