Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Widerberg committed Feb 17, 2015
1 parent 453c29e commit 77b6e81
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions AWFileHash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,21 @@

Pod::Spec.new do |s|
s.name = "AWFileHash"
s.version = "1.0.0"
s.version = "0.1.0"
s.summary = "An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms."
s.description = <<-DESC
An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms. Performs it chunked and consumes almost no memory while running, making it suitable to both OSX and iOS.
DESC
s.homepage = "https://github.com/leetal/AWFileHash"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Alexander Widerberg" => "alexander.widerberg@cloudme.com" }
s.source = { :git => "https://github.com/leetal/AWFileHash.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/widerbergaren'

s.platform = :ios, '7.0'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
#s.resources = ["Pod/Assets/*.png"]
s.resource_bundles = {
'AWFileHash' => ['Pod/Assets/*.png']
}

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'Security', 'CoreFoundation', 'Photos', 'Foundation', 'AssetsLibrary'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 77b6e81

Please sign in to comment.