Skip to content

Commit 3d8ef55

Browse files
Lucian BobocLucian Boboc
authored andcommitted
- added LICENSE.md file
1 parent 2ac8a85 commit 3d8ef55

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

LBCache.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.license = "MIT"
1616
s.author = { "Lucian Boboc" => "[email protected]" }
1717
s.social_media_url = 'http://twitter.com/lucianboboc'
18-
s.source = { :git => "https://github.com/lucianboboc/LBCache.git", :commit => "4b49bd1ef8950dfba132886d407bfad1508c5f87" }
18+
s.source = { :git => "https://github.com/lucianboboc/LBCache.git", :tag => "1.0.0" }
1919

2020
s.platform = :ios, '8.0'
2121
s.requires_arc = true

LBCache2-Demo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
670199B31AE7C7C1003F81A8 /* NSString+LBcategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 670199AB1AE7C7C1003F81A8 /* NSString+LBcategory.m */; };
3131
670199B41AE7C7C1003F81A8 /* UIImageView+LBcategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 670199AC1AE7C7C1003F81A8 /* UIImageView+LBcategory.h */; settings = {ATTRIBUTES = (Public, ); }; };
3232
670199B51AE7C7C1003F81A8 /* UIImageView+LBcategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 670199AD1AE7C7C1003F81A8 /* UIImageView+LBcategory.m */; };
33+
679024E31AE7F30200678433 /* LICENSE.md in Sources */ = {isa = PBXBuildFile; fileRef = 679024E21AE7F30200678433 /* LICENSE.md */; };
3334
67B30CEF1AE7C13D003AD8F5 /* LBCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B30CEE1AE7C13D003AD8F5 /* LBCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
3435
67B30CF51AE7C13D003AD8F5 /* LBCache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67B30CEA1AE7C13D003AD8F5 /* LBCache.framework */; };
3536
67B30CFE1AE7C13D003AD8F5 /* LBCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 67B30CFD1AE7C13D003AD8F5 /* LBCacheTests.m */; };
@@ -104,6 +105,7 @@
104105
670199AC1AE7C7C1003F81A8 /* UIImageView+LBcategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+LBcategory.h"; sourceTree = "<group>"; };
105106
670199AD1AE7C7C1003F81A8 /* UIImageView+LBcategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+LBcategory.m"; sourceTree = "<group>"; };
106107
671EC89D178577AA002886A9 /* libobjc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libobjc.dylib; path = usr/lib/libobjc.dylib; sourceTree = SDKROOT; };
108+
679024E21AE7F30200678433 /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = SOURCE_ROOT; };
107109
67A4DF401843AAAF00008A74 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
108110
67B30CEA1AE7C13D003AD8F5 /* LBCache.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LBCache.framework; sourceTree = BUILT_PRODUCTS_DIR; };
109111
67B30CED1AE7C13D003AD8F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -192,6 +194,7 @@
192194
25C65F68175D3A2400AE8FFC /* MyCell.h */,
193195
25C65F69175D3A2400AE8FFC /* MyCell.m */,
194196
25C65F3C175D39F100AE8FFC /* Supporting Files */,
197+
679024E21AE7F30200678433 /* LICENSE.md */,
195198
);
196199
name = "LBCache-Demo";
197200
path = "LBCache2-Demo";
@@ -405,6 +408,7 @@
405408
isa = PBXSourcesBuildPhase;
406409
buildActionMask = 2147483647;
407410
files = (
411+
679024E31AE7F30200678433 /* LICENSE.md in Sources */,
408412
25C65F42175D39F100AE8FFC /* main.m in Sources */,
409413
25C65F46175D39F100AE8FFC /* AppDelegate.m in Sources */,
410414
25C65F52175D39F100AE8FFC /* ViewController.m in Sources */,

LICENSE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
LICENSE
2+
=======
3+
4+
Copyright (c) 2015 Lucian Boboc [email protected]
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.

0 commit comments

Comments
 (0)