1 Star 0 Fork 1

DehengXu/FMDBMigrationManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
Blake Watters 提交于 2014-06-07 12:00 . Add CLI test suite execution
xcodeproj 'Tests/FMDBMigrationManagerTests'
workspace 'FMDBMigrationManager'
def import_pods
pod 'Expecta', '~> 0.3.0'
pod 'FMDBMigrationManager', :path => '.'
end
target :ios do
platform :ios, '7.0'
link_with 'iOS Tests'
import_pods
end
target :osx do
platform :osx, '10.9'
link_with 'OS X Tests'
import_pods
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dehengxu/FMDBMigrationManager.git
git@gitee.com:dehengxu/FMDBMigrationManager.git
dehengxu
FMDBMigrationManager
FMDBMigrationManager
master

搜索帮助