File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
5
s . ios . deployment_target = '10.0'
6
6
s . osx . deployment_target = '10.11'
7
7
s . tvos . deployment_target = '9.0'
8
- s . version = '20.9 .0'
8
+ s . version = '20.12 .0'
9
9
s . swift_version = '4.1'
10
10
s . source = { :git => 'https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-swift.git' , :tag => s . version . to_s }
11
11
s . authors = 'Aspose PDF Cloud'
Original file line number Diff line number Diff line change 2016
2016
buildSettings = {
2017
2017
CLANG_ENABLE_MODULES = YES;
2018
2018
CODE_SIGN_IDENTITY = "";
2019
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
2019
2020
CODE_SIGN_STYLE = Automatic;
2020
2021
DEFINES_MODULE = YES;
2021
2022
DEVELOPMENT_TEAM = 2J7FTC9Q5N;
2029
2030
"@executable_path/Frameworks",
2030
2031
"@loader_path/Frameworks",
2031
2032
);
2032
- MARKETING_VERSION = 20.9 .0;
2033
+ MARKETING_VERSION = 20.12 .0;
2033
2034
PRODUCT_BUNDLE_IDENTIFIER = com.aspose.AsposePdfCloud;
2034
2035
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
2035
2036
SKIP_INSTALL = YES;
2045
2046
buildSettings = {
2046
2047
CLANG_ENABLE_MODULES = YES;
2047
2048
CODE_SIGN_IDENTITY = "";
2049
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
2048
2050
CODE_SIGN_STYLE = Automatic;
2049
2051
DEFINES_MODULE = YES;
2050
2052
DEVELOPMENT_TEAM = 2J7FTC9Q5N;
2058
2060
"@executable_path/Frameworks",
2059
2061
"@loader_path/Frameworks",
2060
2062
);
2061
- MARKETING_VERSION = 20.9 .0;
2063
+ MARKETING_VERSION = 20.12 .0;
2062
2064
PRODUCT_BUNDLE_IDENTIFIER = com.aspose.AsposePdfCloud;
2063
2065
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
2064
2066
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ open class RequestBuilder<T> {
51
51
//OAuth2.0
52
52
_ = addHeader ( name: " Authorization " , value: " Bearer " + AsposePdfCloudAPI. accessToken!)
53
53
. addHeader ( name: " x-aspose-client " , value: " swift sdk " )
54
- . addHeader ( name: " x-aspose-client-version " , value: " 20.9 .0 " )
54
+ . addHeader ( name: " x-aspose-client-version " , value: " 20.12 .0 " )
55
55
}
56
56
57
57
open func addHeaders( _ aHeaders: [ String : String ] ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Edit assembly info of a PDF document online https://products.aspose.app/pdf/asse
17
17
$ gem install cocoapods
18
18
```
19
19
20
- > CocoaPods 1.1+ is required to build AsposePdfCloud 20.9 +.
20
+ > CocoaPods 1.1+ is required to build AsposePdfCloud 20.12 +.
21
21
22
22
To integrate AsposePdfCloud into your Xcode project using CocoaPods, specify it in your ` Podfile ` :
23
23
@@ -27,7 +27,7 @@ platform :ios, '10.0'
27
27
use_frameworks!
28
28
29
29
target ' <Your Target Name>' do
30
- pod ' AsposePdfCloud' , ' ~> 20.9 '
30
+ pod ' AsposePdfCloud' , ' ~> 20.12 '
31
31
end
32
32
```
33
33
You can’t perform that action at this time.
0 commit comments