Skip to content

Commit

Permalink
Update podspec, version and set team to None
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkowz committed Oct 21, 2016
1 parent a3a3db4 commit e33e178
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Swifternalization.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Swifternalization"
s.version = "1.3.1"
s.version = "1.3.2"
s.summary = "Swift Framework which helps in localizing apps using JSON files."

s.homepage = "https://github.com/tomkowz/Swifternalization"
Expand All @@ -13,10 +13,8 @@ Pod::Spec.new do |s|

s.platform = :ios, '8.0'

s.source = { :git => "https://github.com/tomkowz/Swifternalization.git", :tag => "v1.3.1" }
s.source = { :git => "https://github.com/tomkowz/Swifternalization.git", :tag => "v1.3.2" }

s.documentation_url = 'http://szulctomasz.com/docs/swifternalization/public/'

s.source_files = 'Classes', 'Swifternalization/**/*.{swift,h}'
s.requires_arc = true

Expand Down
3 changes: 2 additions & 1 deletion Swifternalization.xcodeproj/project.pbxproj
Expand Up @@ -388,7 +388,6 @@
TargetAttributes = {
6D5004471B3EF91600A54B36 = {
CreatedOnToolsVersion = 6.3.2;
DevelopmentTeam = NPGLBT5EYF;
DevelopmentTeamName = "Snupps Limited";
LastSwiftMigration = 0800;
};
Expand Down Expand Up @@ -641,6 +640,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -663,6 +663,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down
2 changes: 1 addition & 1 deletion Swifternalization/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e33e178

Please sign in to comment.