Skip to content

Instantly share code, notes, and snippets.

@igiagante-zz
Last active August 24, 2016 13:47
Show Gist options
  • Save igiagante-zz/457d6160777c0c2cf6f96c706fc3ce51 to your computer and use it in GitHub Desktop.
Save igiagante-zz/457d6160777c0c2cf6f96c706fc3ce51 to your computer and use it in GitHub Desktop.
podspec
Pod::Spec.new do |s|
s.name = 'meliDevSDK'
s.version = '0.1.0'
s.summary = 'A short description of meliDevSDK.'
s.resources = "LibraryComponents/Classes/**/*.xib"
s.source_files = "LibraryComponents/Classes/**/*.{h,m}"
s.homepage = 'https://github.com/igiagante/meliDevSDK'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ignacio' => 'igiagante@gmail.com' }
s.source = { :git => 'https://github.com/igiagante/meliDevSDK.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
# s.resource_bundles = {
# 'meliDevSDK' => ['meliDevSDK/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment