File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = 'Contentstack'
3- s . version = '3.12.2 '
3+ s . version = '3.12.3 '
44s . summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55
66s . description = <<-DESC
@@ -12,7 +12,7 @@ s.homepage = 'https://www.contentstack.com/'
1212s . license = { :type => 'Commercial' , :text => 'See https://www.contentstack.com/' }
1313s . author = { 'Contentstack' => 'support@contentstack.io' }
1414
15- s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.12.2 ' }
15+ s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.12.3 ' }
1616s . social_media_url = 'https://twitter.com/Contentstack'
1717
1818s . ios . deployment_target = '11.0'
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ - (void)tearDown {
119119#pragma mark Test Case - Header
120120
121121
122- - (void )test01FetchProductEntries {
122+ - (void )test01FetchSourceEntries {
123123 XCTestExpectation *expectation = [self expectationWithDescription: @" Fetch All Entries" ];
124124
125125 ContentType* csForm = [csStack contentTypeWithName: @" product" ];
You can’t perform that action at this time.
0 commit comments