Skip to content

Commit

Permalink
Merge branch 'release/0.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Dec 9, 2016
2 parents b7a44db + 61cfec8 commit 4412201
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center" >
co<p align="center" >
<img src="https://raw.githubusercontent.com/malcommac/SwiftRichString/develop/swiftrichstring.png" width=400px height=172px alt="SwiftRichString" title="SwiftRichString">
</p>

Expand Down Expand Up @@ -546,8 +546,8 @@ Add swiftline as dependency in your `Package.swift`
Current version is compatible with:

* Swift 3.0+
* iOS 7 or later
* tvOS 8.0 or later
* iOS 8.0 or later
* tvOS 9.0 or later

<a name="credits" />

Expand Down
6 changes: 3 additions & 3 deletions SwiftRichString.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftRichString'
spec.version = '0.9.1'
spec.version = '0.9.2'
spec.summary = 'Elegant and painless Attributed String (NSAttributedString) in Swift'
spec.homepage = 'https://github.com/malcommac/SwiftRichString'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'Daniele Margutti' => '[email protected]' }
spec.social_media_url = 'http://twitter.com/danielemargutti'
spec.source = { :git => 'https://github.com/malcommac/SwiftRichString.git', :tag => "#{spec.version}" }
spec.source_files = 'Sources/**/*.swift'
spec.ios.deployment_target = '7.0'
spec.tvos.deployment_target = '8.0'
spec.ios.deployment_target = '8.0'
spec.tvos.deployment_target = '9.0'
spec.requires_arc = true
spec.module_name = 'SwiftRichString'
end
2 changes: 1 addition & 1 deletion SwiftRichString/SwiftRichString tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.9</string>
<key>CFBundleVersion</key>
<string>0</string>
<string>2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
1 change: 1 addition & 0 deletions SwiftRichString/SwiftRichString.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@
0818333E1DFAF4F40076E9EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0843477D1DF982B500D4AB24 /* Build configuration list for PBXProject "SwiftRichString" */ = {
isa = XCConfigurationList;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion SwiftRichString/SwiftRichString/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.9</string>
<key>CFBundleVersion</key>
<string>0</string>
<string>2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 4412201

Please sign in to comment.