[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 9 / 1 / 0 / fireflylib / 0.0.3 / fireflylib.podspec.json
blob02fffd7f655dfcd645fd4ea123c9f6026df5f454
2   "name": "fireflylib",
3   "version": "0.0.3",
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.3"
20   },
21   "source_files": "framework/**/*.{h, hpp, cpp, cc}",
22   "public_header_files": "framework/iOS/firefly.framework/**/*.{h, hpp}",
23   "requires_arc": false,
24   "ios": {
25     "vendored_frameworks": "framework/iOS/firefly.framework"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   }