Skip to content

Commit bd2a64b

Browse files
committed
update version to 3.1.0
1 parent 403a63e commit bd2a64b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,12 @@ Requirements
10401040
Release Notes
10411041
--------------
10421042

1043+
Version 3.1.0
1044+
* Added Carthage support
1045+
* Added NSCoding protocol
1046+
* Allowed HTTP connections
1047+
* Several bugfixes and improvements.
1048+
10431049
Version 3.0.2
10441050
* Fix issue when inline pickers expand beyond table.
10451051

XLForm.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'XLForm'
3-
s.version = '3.0.2'
3+
s.version = '3.1.0'
44
s.license = { :type => 'MIT' }
55
s.summary = 'XLForm is the most flexible and powerful iOS library to create dynamic table-view forms.'
66
s.description = <<-DESC
77
The goal of the library is to get the same power of hand-made forms but spending 1/10 of the time. XLForm provides a very powerful DSL used to create a form, validate & serialize the form data. It keeps track of this specification on runtime, updating the UI on the fly.
88
DESC
99
s.homepage = 'https://github.com/xmartlabs/XLForm'
1010
s.authors = { 'Martin Barreto' => '[email protected]' }
11-
s.source = { :git => 'https://github.com/xmartlabs/XLForm.git', :tag => 'v3.0.2' }
11+
s.source = { :git => 'https://github.com/xmartlabs/XLForm.git', :tag => s.version }
1212
s.source_files = 'XLForm/XL/**/*.{h,m}'
1313
s.requires_arc = true
1414
s.ios.deployment_target = '7.0'

0 commit comments

Comments
 (0)