Files
hyperoslo-Cache/Cache.podspec
T
Vadym Markov cd9566d267 Initial commit
2015-09-30 17:23:46 +02:00

16 lines
616 B
Ruby

Pod::Spec.new do |s|
s.name = "Cache"
s.summary = "A short description of Cache."
s.version = "0.1.0"
s.homepage = "https://github.com/hyperoslo/Cache"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
s.source = { :git => "https://github.com/hyperoslo/Cache.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/hyperoslo'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/**/*'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end