Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
touyu committed May 15, 2017
1 parent e89cb34 commit 3b48db1
Show file tree
Hide file tree
Showing 17 changed files with 990 additions and 3 deletions.
457 changes: 457 additions & 0 deletions Carthage/Build/iOS/99AEEE1A-C15E-3FF1-A37B-5BF85888A167.bcsymbolmap

Large diffs are not rendered by default.

528 changes: 528 additions & 0 deletions Carthage/Build/iOS/CD7F6C2F-944A-32E9-8D1A-63D89A51AB6E.bcsymbolmap

Large diffs are not rendered by default.

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

Binary file not shown.
Binary file modified Carthage/Build/iOS/SwiftyAttributedString.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion SwiftyAttributedString.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftyAttributedString"
s.version = "0.5.0"
s.version = "0.5.1"
s.summary = "The library that makes AttributedString easy to use"
s.description = <<-DESC
- Better autocompletion.
Expand Down
2 changes: 2 additions & 0 deletions SwiftyAttributedString.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SwiftyAttributedString/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.SwiftyAttributedString;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -373,6 +374,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SwiftyAttributedString/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.YutoAkiba.SwiftyAttributedString;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion SwiftyAttributedString/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 3b48db1

Please sign in to comment.