Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Update Popsicle.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Jun 20, 2015
1 parent bf1f804 commit 46772ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Popsicle.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = "Popsicle"
s.version = "1.1.1"
s.version = "1.1.2"
s.summary = "Simple, extensible value interpolation framework"
s.homepage = "https://github.com/Dromaguirre/Popsicle"
s.author = { "David Roman" => "dromaguirre@gmail.com" }
s.homepage = "https://github.com/DavdRoman/Popsicle"
s.author = { "David Roman" => "d@vidroman.me" }
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'

s.source = { :git => "https://github.com/Dromaguirre/Popsicle.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/DavdRoman/Popsicle.git", :tag => s.version.to_s }
s.source_files = 'Popsicle/*.{h,m}'
s.frameworks = 'Foundation', 'UIKit'
s.requires_arc = true
Expand Down

0 comments on commit 46772ee

Please sign in to comment.