Skip to content

Commit

Permalink
License on CrossPlatform and small change to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mchoe committed Apr 10, 2016
1 parent 44e7b62 commit fab7dcc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SwiftSVG is meant to be dropped in to any project. Pick and choose the files you

github "mchoe/SwiftSVG" ~> 1.0

Cocoapods:
or Cocoapods:

pod 'SwiftSVG'

Expand Down
2 changes: 1 addition & 1 deletion SwiftSVG.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 21 additions & 2 deletions SwiftSVG/CrossPlatform.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,28 @@
// CrossPlatform.swift
// SwiftSVG
//
// Created by Michael Choe on 4/5/16.
// Copyright © 2016 Strauss LLC. All rights reserved.
// Copyright (c) 2015 Michael Choe
// http://www.straussmade.com/
// http://www.twitter.com/_mchoe
// http://www.github.com/mchoe
//
// 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.

import Foundation

Expand Down

0 comments on commit fab7dcc

Please sign in to comment.