Method: Pod::Specification::DSL#ios
- Defined in:
- lib/cocoapods-core/specification/dsl.rb
#ios ⇒ PlatformProxy
Provides support for specifying iOS attributes.
1855 1856 1857 |
# File 'lib/cocoapods-core/specification/dsl.rb', line 1855 def ios PlatformProxy.new(self, :ios) end |