Skip to content

Commit

Permalink
Bumps to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Apr 13, 2017
1 parent 7e120e5 commit 7be0d5f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,4 @@ use_frameworks!

## Swift Version
Swift 2 -> version **1.3.0** ios8+
Swift 3 -> version **2.0.1** ios8+
Swift 3 -> version **2.0.2** ios8+
Binary file added ws.framework.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions ws.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ws"
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = "Elegant JSON WebService for Swift ☁️"
s.homepage = "https://github.com/freshOS/ws"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.source_files = "ws/*.{h,m,swift}"
s.frameworks = "Foundation"
s.dependency 'Arrow', '~> 3.0'
s.dependency 'thenPromise', '~> 2.0'
s.dependency 'Alamofire', '~> 4.0'
s.dependency 'Arrow', '~> 3.0.5'
s.dependency 'thenPromise', '~> 2.2.2'
s.dependency 'Alamofire', '~> 4.4.0'
s.description = "Elegant JSON WebService for Swift - Stop writing boilerplate JSON webservice code and focus on your awesome App instead"
end
4 changes: 2 additions & 2 deletions ws.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@
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.fresh.ws;
PRODUCT_BUNDLE_IDENTIFIER = com.freshOS.ws;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -662,7 +662,7 @@
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.fresh.ws;
PRODUCT_BUNDLE_IDENTIFIER = com.freshOS.ws;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down
2 changes: 1 addition & 1 deletion ws/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>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 7be0d5f

Please sign in to comment.