-
Notifications
You must be signed in to change notification settings - Fork 1
/
IdentitySdkWeChat.podspec
27 lines (23 loc) · 1.09 KB
/
IdentitySdkWeChat.podspec
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
require_relative './version'
Pod::Spec.new do |spec|
spec.name = "IdentitySdkWeChat"
spec.version = $VERSION
spec.summary = "ReachFive IdentitySdkWeChat"
spec.description = <<-DESC
ReachFive Identity Sdk WeChat
DESC
spec.homepage = "https://github.com/ReachFive/identity-ios-sdk"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = "ReachFive"
spec.authors = { "François" => "francois.devemy@reach5.co", "Pierre" => "pierre.bar@reach5.co" }
spec.swift_versions = ["5"]
spec.source = { :git => "https://github.com/ReachFive/identity-ios-sdk.git", :tag => "#{spec.version}" }
spec.source_files = "IdentitySdkWeChat/IdentitySdkWeChat/**/*.*"
spec.platform = :ios
spec.ios.deployment_target = $IOS_DEPLOYMENT_TARGET
spec.deprecated = true
spec.deprecated_in_favor_of = "Reach5WeChat"
spec.static_framework = true
spec.dependency 'IdentitySdkCore', '~> 6'
spec.dependency 'WechatSwiftPod', '~> 1'
end