Initial commit

This commit is contained in:
Vadym Markov
2015-09-30 17:23:46 +02:00
commit cd9566d267
15 changed files with 566 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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