Skip to content

Commit 6919f19

Browse files
committed
1.0.0
1 parent 3994e28 commit 6919f19

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

AppStoreManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "AppStoreManager"
4-
spec.version = "0.1.2"
4+
spec.version = "1.0.0"
55
spec.summary = "A new version checking framework in Swift."
66

77
spec.homepage = "https://knottovt.github.io"

AppStoreManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
"@executable_path/Frameworks",
440440
"@loader_path/Frameworks",
441441
);
442-
MARKETING_VERSION = 0.1.0;
442+
MARKETING_VERSION = 1.0.0;
443443
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
444444
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
445445
SKIP_INSTALL = YES;
@@ -469,7 +469,7 @@
469469
"@executable_path/Frameworks",
470470
"@loader_path/Frameworks",
471471
);
472-
MARKETING_VERSION = 0.1.0;
472+
MARKETING_VERSION = 1.0.0;
473473
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
474474
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
475475
SKIP_INSTALL = YES;

LICENSE.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@ MIT License
22

33
Copyright (c) 2021 Visarut Tippun <knotto.vt@gmail.com>
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
611

7-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
814

9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
**AppStoreManager** is a new version checking framework for iOS.
22

3-
## 📋 Requirements
4-
5-
* iOS 10.0+
6-
* Xcode 11+
7-
* Swift 5.1+
8-
93
## 📲 Installation
104

115
`AppStoreManager` is available on [CocoaPods](https://cocoapods.org/pods/AppStoreManager):
@@ -62,3 +56,9 @@ AppStoreManager.shared.configureAlert(updateButtonTitle: <String?>, skipButtonTi
6256
// Default updateButtonTitle is "Update"
6357
// Default skipButtonTitle is "Skip"
6458
```
59+
60+
## 📋 Requirements
61+
62+
* iOS 10.0+
63+
* Xcode 11+
64+
* Swift 5.1+

0 commit comments

Comments
 (0)