From d223fdb1565f19b6f89d94e1f91580cde364a32f Mon Sep 17 00:00:00 2001 From: Jerome Morissard Date: Sun, 1 Feb 2015 09:05:46 +0100 Subject: [PATCH] Update LICENCE and podspec --- JMHoledView.podspec | 4 ++-- LICENSE | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/JMHoledView.podspec b/JMHoledView.podspec index 028645d..f653166 100644 --- a/JMHoledView.podspec +++ b/JMHoledView.podspec @@ -10,11 +10,11 @@ Pod::Spec.new do |s| DESC s.homepage = "https://github.com/leverdeterre/JMHoledView" - s.screenshots = "https://github.com/leverdeterre/JMHoledView/screenshots/demo1.png" + s.screenshots = "https://raw.githubusercontent.com/leverdeterre/JMHoledView/master/screenshots/demo1.png" s.license = 'MIT' s.author = { "jerome Morissard" => "morissardj@gmail.com" } - s.platform = :ios, '4.3' + s.platform = :ios, '5.0' s.source = { :git => "https://github.com/leverdeterre/JMHoledView.git", :tag => "0.0.1" } s.source_files = 'Classes', 'JMHoledView/JMHoledView/*.{h,m}' s.public_header_files = 'JMHoledView/JMHoledView/*.h' diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4888d1f --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2015 MORISSARD Jerone + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.