Skip to content

Commit

Permalink
- Updated license.text with new license
Browse files Browse the repository at this point in the history
- Fixed home page url in pod spec
  • Loading branch information
Aryan Gh authored and Aryan Gh committed Aug 28, 2013
1 parent c2e3b8c commit 0515c24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions License.txt
@@ -1,11 +1,11 @@
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.
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
4 changes: 2 additions & 2 deletions OCMapper.podspec
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = 'OCMapper'
s.version = '1.0.0'
s.summary = 'NSDictionary to model NSObject mapper'
s.homepage = 'https://github.com/aryaxt/iOS-Rich-Text-Editor'
s.summary = 'NSDictionary to NSObject Mapper'
s.homepage = 'https://github.com/aryaxt/OCMapper'
s.license = {
:type => 'MIT',
:file => 'License.txt'
Expand Down

0 comments on commit 0515c24

Please sign in to comment.