Skip to content

Commit f07efe4

Browse files
Updated version number in podspec
1 parent 5970c5d commit f07efe4

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Example/.idea/workspace.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PredicateEditor.podspec

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,22 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'PredicateEditor'
11-
s.version = '0.1.0'
12-
s.summary = 'A short description of PredicateEditor.'
11+
s.version = '0.9.1'
12+
s.summary = 'A visual editor for dynamically creating NSPredicates to query data in your app.'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
1616
# * Try to keep it short, snappy and to the point.
1717
# * Write the description between the DESC delimiters below.
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

20-
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
22-
DESC
20+
s.description = "PredicateEditor allows users of your apps to dynamically create filters (in the form of NSPredicates) using an easy-to-use GUI, that can then be used to filter data."
2321

24-
s.homepage = 'https://github.com/<GITHUB_USERNAME>/PredicateEditor'
22+
s.homepage = 'https://github.com/arvindhsukumar/PredicateEditor'
2523
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2624
s.license = { :type => 'MIT', :file => 'LICENSE' }
27-
s.author = { 'Arvindh Sukumar' => 'arvindh.sukumar@gmail.com' }
28-
s.source = { :git => 'https://github.com/<GITHUB_USERNAME>/PredicateEditor.git', :tag => s.version.to_s }
25+
s.author = 'Arvindh Sukumar'
26+
s.source = { :git => 'https://github.com/arvindhsukumar/PredicateEditor.git', :tag => s.version.to_s }
2927
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3028

3129
s.ios.deployment_target = '9.0'

0 commit comments

Comments
 (0)