Skip to content

Commit

Permalink
CocoaPods Support #17
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyxo committed Jan 15, 2015
1 parent e007975 commit c001a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProtocolBuffers-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ProtocolBuffers-Swift"
s.version = "1.3"
s.version = "1.4"
s.summary = "Protocol Buffers for Swift"
s.homepage = "http://protobuf.io#swift"
s.license = "Apache 2.0"
Expand Down Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.10'

s.module_name = "ProtocolBuffers"
s.source = { :git => "https://github.com/alexeyxo/protobuf-swift.git", :tag => "v1.3" }
s.source = { :git => "https://github.com/alexeyxo/protobuf-swift.git", :tag => s.version }
s.source_files = 'src/ProtocolBuffers/runtime-pb-swift/*.{swift}'
s.requires_arc = true
s.frameworks = 'Foundation'
Expand Down

0 comments on commit c001a96

Please sign in to comment.