Skip to content

Commit

Permalink
Update NSTEasyJSON.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bernikovich authored Dec 16, 2016
1 parent 2ceeaf5 commit 12cd0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSTEasyJSON.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |spec|
spec.name = 'NSTEasyJSON'
spec.version = '1.0.0'
spec.version = '1.0.1'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/bernikowich/NSTEasyJSON'
spec.authors = { 'Timur Bernikovich' => 'bernikowich@icloud.com' }
spec.summary = 'Typesafe collection usage.'
spec.source = { :git => 'https://github.com/bernikowich/NSTEasyJSON.git', :tag => spec.version }
spec.source_files = 'NSTEasyJSON/Classes/NSTEasyJSON.{h,m}'
end
end

0 comments on commit 12cd0b4

Please sign in to comment.