blob: 30e317031c07afb16cd131606b8b04777bd6a7e7 [file] [log] [blame] [edit]
Pod::Spec.new do |s|
s.name = 'Broker'
s.version = '0.0.7'
s.summary = 'Broker maps remote resources to local Core Data resources via JSON responses.'
s.license = 'MIT'
s.author = {
'Andrew Smith' => 'drewsmits@gmail.com'
}
s.social_media_url = 'http://twitter.com/drewsmits'
s.requires_arc = true
s.platform = :ios, '7.0'
s.source = {
:git => 'https://github.com/Drewsmits/Broker.git',
:tag => s.version.to_s
}
s.homepage = 'https://github.com/Drewsmits/Broker'
s.source_files = 'Broker/*.{h,m}'
s.public_header_files = 'Broker/*.h'
s.frameworks = 'Foundation', 'CoreData'
end