File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 15
15
#import " NSObject+Extensions.h"
16
16
#import " CSURLSessionManager.h"
17
17
18
- NSString *const sdkVersion = @" 3.8.2 " ;
18
+ NSString *const sdkVersion = @" 3.9.0 " ;
19
19
20
20
@interface CSIOCoreHTTPNetworking (){
21
21
id networkChangeObserver;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ target="iphoneos";
25
25
/usr/local/bin/appledoc \
26
26
--project-name " Contentstack" \
27
27
--project-company " Contentstack.com" \
28
- --project-version " 3.8.2 " \
28
+ --project-version " 3.9.0 " \
29
29
--company-id " ${companyID} " \
30
30
--docset-bundle-id " ${companyID} .${companyForFeed} " \
31
31
--docset-bundle-name " ${companyForFeed} " \
Original file line number Diff line number Diff line change 3
3
4
4
target 'Contentstack' do
5
5
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
6
- use_frameworks!
7
- pod 'ContentstackUtils'
6
+ # use_frameworks!
8
7
# Pods for Contentstack
9
8
end
10
9
target 'ContentstackTest' do
11
10
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
12
- use_frameworks!
13
-
11
+ # use_frameworks!
14
12
# Pods for Contentstack
15
13
end
You can’t perform that action at this time.
0 commit comments