-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfloo-ios.podspec
More file actions
43 lines (32 loc) · 1.7 KB
/
Copy pathfloo-ios.podspec
File metadata and controls
43 lines (32 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# Be sure to run `pod lib lint floo-ios.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'floo-ios'
s.version = '4.5.17'
s.summary = '蓝莺 IM SDK'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
floo-ios是一款专业的跨平台IM SDK。
DESC
s.homepage = 'https://www.lanyingim.com/'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'floo-ios-release/LICENSE' }
s.author = { 'maximtop’' => 'im.maxim.top@gmail.com' }
s.source = { :http => 'https://github.com/maxim-top/floo-ios/releases/download/v4.5.17/floo-ios-4.5.17-20260907.zip' }
s.ios.deployment_target = '15.0'
s.vendored_frameworks = 'floo-ios-release/lib/floo-ios.framework'
s.frameworks = 'UIKit', 'QuartzCore', 'ImageIO', 'CoreVideo', 'CoreMedia', 'CoreGraphics', 'AVFoundation', 'AssetsLibrary'
s.libraries = 'sqlite3','c++abi', 'stdc++', 'z', 'c++', 'resolv'
s.vendored_libraries = 'floo-ios-release/lib/libcrypto/libcrypto.a'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
end