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

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Shpakovski committed Sep 4, 2016
1 parent dc30f9b commit 680c49a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MASPreferences is licensed under the 2-clause BSD license.

Copyright (c) 2011-2014, Vadim Shpakovski
All rights reserved.
Copyright (c) 2016 Vadim Shpakovski. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
6 changes: 3 additions & 3 deletions MASPreferences.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.platform = :osx
s.name = "MASPreferences"
s.version = "1.1.4"
s.version = "1.2"
s.summary = "Modern implementation of the Preferences window for OS X apps, used in TextMate, GitBox and Mou."
s.homepage = "https://github.com/shpakovski/MASPreferences"
s.license = { :type => 'BSD', :file => 'LICENSE.md' }
s.author = { "Vadim Shpakovski" => "[email protected]" }
s.source = { :git => 'https://github.com/shpakovski/MASPreferences.git', :tag => '1.1.4' }
s.source = { :git => 'https://github.com/shpakovski/MASPreferences.git', :tag => '1.2' }
s.source_files = 'Framework/*.{h,m}'
s.resources = 'Framework/en.lproj/*.xib'
s.exclude_files = 'README.md', 'LICENSE.md', 'MASPreferences.podspec'
s.requires_arc = false
s.requires_arc = true
end

0 comments on commit 680c49a

Please sign in to comment.