|
8 | 8 |
|
9 | 9 | Pod::Spec.new do |s| |
10 | 10 | 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.' |
13 | 13 |
|
14 | 14 | # This description is used to generate tags and improve search results. |
15 | 15 | # * Think: What does it do? Why did you write it? What is the focus? |
16 | 16 | # * Try to keep it short, snappy and to the point. |
17 | 17 | # * Write the description between the DESC delimiters below. |
18 | 18 | # * Finally, don't worry about the indent, CocoaPods strips it! |
19 | 19 |
|
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." |
23 | 21 |
|
24 | | - s.homepage = 'https://github.com/<GITHUB_USERNAME>/PredicateEditor' |
| 22 | + s.homepage = 'https://github.com/arvindhsukumar/PredicateEditor' |
25 | 23 | # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' |
26 | 24 | 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 } |
29 | 27 | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' |
30 | 28 |
|
31 | 29 | s.ios.deployment_target = '9.0' |
|
0 commit comments