File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'NewPopMenu'
3
- spec . version = '1.1.1 '
3
+ spec . version = '1.1.2 '
4
4
spec . license = { :type => 'MIT' , :file => "LICENSE" }
5
5
spec . homepage = 'https://github.com/CaliCastle/PopMenu'
6
6
spec . authors = { 'Cali Castle' => '[email protected] ' }
7
7
spec . summary = 'A cool and customizable popup action sheet for iOS'
8
- spec . source = { :git => 'https://github.com/CaliCastle/PopMenu.git' , :tag => 'v1.1.1 ' }
8
+ spec . source = { :git => 'https://github.com/CaliCastle/PopMenu.git' , :tag => 'v1.1.2 ' }
9
9
spec . source_files = 'PopMenu/**/*.{h,swift}'
10
10
11
11
spec . module_name = "PopMenu"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.0 </string >
18
+ <string >1.1.2 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments