文件名称:motion-cocoapods:通过CocoaPods将第三方库集成到RubyMotion for iOS OS X项目中
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-02 02:19:55
Ruby
运动小足 motion-cocoapods允许RubyMotion项目与依赖管理器集成。 安装 $ [sudo] gem install motion-cocoapods 或者,如果您使用Bundler: gem 'motion-cocoapods' 设置 编辑Rakefile的RubyMotion项目并添加以下要求行: require 'rubygems' require 'motion-cocoapods' 仍然在Rakefile ,使用与Rakefile相同的语言来设置依赖。 Motion :: Project :: App . setup do | app | # ... app . pods do pod 'AFNetworking' end end 您可以使用use_frameworks! 将Pod安装为框架(注意此功能需要RubyMotion
【文件预览】:
motion-cocoapods-master
----motion-cocoapods-1.11.0.gem(12KB)
----lib()
--------motion-cocoapods.rb(1KB)
--------motion()
----Gemfile(115B)
----spec()
--------cocoapods_spec.rb(5KB)
--------use_frameworks_spec.rb(2KB)
--------spec_helper.rb(936B)
----Rakefile(559B)
----.travis.yml(153B)
----LICENSE(1KB)
----motion-cocoapods.gemspec(901B)
----README.md(4KB)
----Gemfile.lock(2KB)
----.gitignore(55B)