1 Star 0 Fork 0

chw20/Finite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Finite.podspec 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
Valentin Knabel 提交于 2019-05-09 17:26 . Subscribe Transitions
Pod::Spec.new do |s|
s.name = 'Finite'
s.version = '4.0.0'
s.summary = 'A simple state machine written in Swift.'
s.description = <<-DESC
Finite is a simple, pure Swift finite state machine.
DESC
s.social_media_url = "https://twitter.com/vknabel"
s.homepage = 'https://github.com/vknabel/Finite'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Valentin Knabel' => 'dev@vknabel.com' }
s.source = { :git => 'https://github.com/vknabel/Finite.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.source_files = 'Sources/*.swift'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/chw20/Finite.git
git@gitee.com:chw20/Finite.git
chw20
Finite
Finite
master

搜索帮助