Last active
March 1, 2023 10:33
-
-
Save ecoopnet/bb45718f0d9ae4f5ba00e555b8a4e4db to your computer and use it in GitHub Desktop.
MaBeeeSDK_code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://gist.githubusercontent.com/syiss0257/ed30778981b134838063a10986baf61b/raw/066923c899e74b1d34bd4634d2de10ab69e35f49/MaBeeeSDK_code.podspec | |
Pod::Spec.new do |s| | |
s.name = 'MaBeeeSDK_code' | |
s.version = '0.1.0' | |
s.summary = 'MaBeee SDK_code for iOS.' | |
s.description = 'MaBeee SDK for iOS from code.' | |
s.homepage = 'https://guildworks.jp/' | |
s.license = { | |
:type => 'Copyright', | |
:text => 'Copyright GuildWorks.' | |
} | |
s.author = 'GuildWorks.' | |
s.platform = :ios | |
s.source = { | |
:git => '[email protected]:GuildWorks/MaBeee.git', | |
:branch => 'develop' | |
} | |
s.platform = :ios | |
s.ios.deployment_target = '11.0' | |
s.source_files = "MaBeee/MaBeeeSDKBase/MaBeeeSDKBase/*.{h,m}","MaBeee/MaBeeeDriver/MaBeeeDriver/*.{h,m}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment