RubyGems Navigation menu

objc2swift_assistant 0.3.3

A command line tool and library to generate Swift skeletons from Objective-C code. This tool can be used to "jumpstart" porting from Objective-C to Swift. This tool does not attempt to transliterate from Objective-C to Swift. Instead, the original code is included in comments within the generated Swift skeletons. Swift Version 1.2 syntax is generated at this time. The simple Objective-C pattern matcher is used to capture the constructs that will be ported to Swift. This technique can be confused by complex constructs, but has the advantage that the source code does not have to compile.

Gemfile:
=

安裝:
=

版本列表:

  1. 0.3.6 July 26, 2015 (40.0 KB)
  2. 0.3.4 July 26, 2015 (40.0 KB)
  3. 0.3.3 July 26, 2015 (40.0 KB)
  4. 0.3.2 July 26, 2015 (40.0 KB)
  5. 0.3.1 July 26, 2015 (39.5 KB)
顯示所有版本(共 6)

Runtime 相依性套件 (3):

commander ~> 4.0
json ~> 1.8
swift_generator ~> 0.3.0

Development 相依性套件 (2):

bundler ~> 1.9
rake ~> 10.0

擁有者:

作者:

  • Chris Kornher

SHA 256 總和檢查碼:

=

總下載次數 14,355

這個版本 2,216

版本发布:

授權:

MIT

Ruby 版本需求: >= 2.0.0

相關連結: