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 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'FormattedTextField'
3
- spec . version = '0.1 '
3
+ spec . version = '0.2 '
4
4
spec . summary = 'iOS formatted text field which supports symbols with variable-width encoding'
5
5
spec . homepage = 'https://github.com/seaburg/FormattedTextField'
6
6
spec . license = { :type => "MIT" , :file => "LICENSE" }
7
7
spec . author = { "Evgeniy Yurtaev" => "evgeniyyurt@gmail.com" }
8
- spec . source = { :git => 'https://github.com/seaburg/FormattedTextField.git' , :tag => '0.1 ' }
8
+ spec . source = { :git => 'https://github.com/seaburg/FormattedTextField.git' , :tag => '0.2 ' }
9
9
spec . source_files = 'FormattedTextField/*.swift'
10
10
spec . platform = :ios , "8.0"
11
11
spec . requires_arc = true
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 >0.0.1 </string >
18
+ <string >0.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