diff --git a/README.md b/README.md index 5bcaaa9..364cd93 100644 --- a/README.md +++ b/README.md @@ -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+ diff --git a/ws.framework.zip b/ws.framework.zip new file mode 100644 index 0000000..af85e82 Binary files /dev/null and b/ws.framework.zip differ diff --git a/ws.podspec b/ws.podspec index bcc6718..34d431d 100644 --- a/ws.podspec +++ b/ws.podspec @@ -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" } @@ -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 diff --git a/ws.xcodeproj/project.pbxproj b/ws.xcodeproj/project.pbxproj index db044f1..557358a 100644 --- a/ws.xcodeproj/project.pbxproj +++ b/ws.xcodeproj/project.pbxproj @@ -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"; @@ -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"; diff --git a/ws/Info.plist b/ws/Info.plist index 783e22e..a16c895 100644 --- a/ws/Info.plist +++ b/ws/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.1 + 2.0.2 CFBundleSignature ???? CFBundleVersion