1 Star 1 Fork 3

Ryon / RealmDemo

forked from HENG CHENGFEI / RealmDemo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
衡成飞 提交于 2016-10-20 16:44 . initial commit
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
inhibit_all_warnings!
def app_pods
pod 'RealmSwift', '~> 2.0.2'
end
target "RealmDemo" do
app_pods
target "RealmDemoTests" do
inherit! :search_paths
app_pods
end
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
config.build_settings['SWIFT_VERSION'] = '3.0' # or '2.3'
end
end
end
1
https://gitee.com/ryonhhl/RealmDemo.git
git@gitee.com:ryonhhl/RealmDemo.git
ryonhhl
RealmDemo
RealmDemo
master

搜索帮助