Skip to content

Commit

Permalink
- Updated Licensing to MIT
Browse files Browse the repository at this point in the history
- Added pod file
  • Loading branch information
Aryan Gh authored and Aryan Gh committed Aug 29, 2013
1 parent 882fadf commit d39613d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 18 deletions.
15 changes: 9 additions & 6 deletions License.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Created by Aryan Gh on 5/4/13.
Copyright (c) 2013 Aryan Ghassemi. All rights reserved.

Permission to use, copy, modify and distribute this software and its documentation
is hereby granted, provided that both the copyright notice and this permission
notice appear in all copies of the software, derivative works or modified versions,
and any portions thereof, and that both notices appear in supporting documentation,
and that credit is given to Aryan Ghassemi in all documents and publicity
pertaining to direct or indirect use of this code or its derivatives.
https://github.com/aryaxt/iOS-Slide-Menu

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.
Expand Down
12 changes: 6 additions & 6 deletions SlideMenu/Source/SlideNavigationController.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
//
// https://github.com/aryaxt/iOS-Slide-Menu
//
// Permission to use, copy, modify and distribute this software and its documentation
// is hereby granted, provided that both the copyright notice and this permission
// notice appear in all copies of the software, derivative works or modified versions,
// and any portions thereof, and that both notices appear in supporting documentation,
// and that credit is given to Aryan Ghassemi in all documents and publicity
// pertaining to direct or indirect use of this code or its derivatives.
// 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.
Expand Down
12 changes: 6 additions & 6 deletions SlideMenu/Source/SlideNavigationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
//
// https://github.com/aryaxt/iOS-Slide-Menu
//
// Permission to use, copy, modify and distribute this software and its documentation
// is hereby granted, provided that both the copyright notice and this permission
// notice appear in all copies of the software, derivative works or modified versions,
// and any portions thereof, and that both notices appear in supporting documentation,
// and that credit is given to Aryan Ghassemi in all documents and publicity
// pertaining to direct or indirect use of this code or its derivatives.
// 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.
Expand Down
18 changes: 18 additions & 0 deletions iOS-Slide-Menu.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'iOS-Slide-Menu'
s.version = '0.0.1'
s.summary = 'A Slide Menu for iOS'
s.homepage = 'https://github.com/aryaxt/iOS-Slide-Menu'
s.dependency 'WEPopover', '~> 1.0.0'
s.license = {
:type => 'MIT',
:file => 'License.txt'
}
s.author = {'Aryan Gh' => 'https://github.com/aryaxt/iOS-Slide-Menu'}
s.source = {:git => 'https://github.com/aryaxt/iOS-Slide-Menu.git', :tag => '0.0.1'}
s.platform = :ios, '6.0'
s.source_files = 'SlideMenu/Source/*.{h,m}'
s.resources = ['SlideMenu/Source/Assets/**/*']
s.framework = 'Foundation', 'UIKit'
s.requires_arc = true
end

0 comments on commit d39613d

Please sign in to comment.