Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
glagnar committed Feb 8, 2016
1 parent 3d859ec commit 7cb91b6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions OGCSensorThings.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|

s.name = "OGCSensorThings"
s.version = "0.0.1"
s.summary = "Easily consume OGCSensortings services."

s.description = <<-DESC
A POD that allows SWIFT development of applications that consume OGCSensorthings services.
DESC

s.homepage = "http://www.almanac-project.eu"
s.license = "Apache License, Version 2.0"
s.author = { "Thomas Gilbert" => "[email protected]" }

s.platform = :ios, "9.0"

s.source = { :git => "https://github.com/Glagnar/OGCSensorThings.git", :tag => "0.0.1" }

s.source_files = "Classes", "Classes/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"

s.dependency "remote-controllable"

end

0 comments on commit 7cb91b6

Please sign in to comment.