diff --git a/LICENSE.md b/LICENSE.md index 595a6b5..3148a77 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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: diff --git a/MASPreferences.podspec b/MASPreferences.podspec index d12eb8b..c17cc9c 100644 --- a/MASPreferences.podspec +++ b/MASPreferences.podspec @@ -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" => "vadim@shpakovski.com" } - 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