Method: Pod::Specification::DSL#ios

Defined in:
lib/cocoapods-core/specification/dsl.rb

#iosPlatformProxy

Provides support for specifying iOS attributes.

Examples:

spec.ios.source_files = 'Classes/ios/**/*.{h,m}'

Returns:



1855
1856
1857
# File 'lib/cocoapods-core/specification/dsl.rb', line 1855

def ios
  PlatformProxy.new(self, :ios)
end