podspec
Pod::Spec.new do |s|
s.name = "Contentful"
s.version = "0.1.0"
s.summary = "Swift SDK for Contentful's Content Delivery API."
s.homepage = "https://github.com/contentful/contentful.swift/"
s.social_media_url = 'https://twitter.com/contentful'
s.license = {
:type => 'MIT',
:file => 'LICENSE'
}
s.authors = { "Boris Bügling" => "
[email protected]" }
s.source = { :git => "https://github.com/contentful/contentful.swift.git",
:tag => s.version.to_s }
s.requires_arc = true
s.source_files = 'Code/*.swift'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.dependency 'Interstellar', '~> 1.1.0'
end