Skip to content

Commit

Permalink
Merge pull request #6 from hyperoslo/update/pod-file
Browse files Browse the repository at this point in the history
Update Compass.podspec
  • Loading branch information
vadymmarkov committed Nov 16, 2015
2 parents dcda921 + b4d19ee commit 0e37415
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Compass.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Compass"
s.summary = "A short description of Compass."
s.version = "0.1.0"
s.version = "1.0.0"
s.homepage = "https://github.com/hyperoslo/Compass"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
Expand All @@ -10,6 +10,4 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/**/*'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 0e37415

Please sign in to comment.