Skip to content

Commit

Permalink
chore: updates podspec and README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankataria committed Feb 25, 2019
1 parent 8412db0 commit e93eae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ for up to date installation instructions.

To run the example project do the following:
1. Download or clone the repo (`git clone https://github.com/pavankataria/SwiftDataTables`)
2. Change directory into the `SwiftDataTables/Example` folder (`cd SwiftDataTables/Example`)
3. Install pod files (`pod install`)
4. With Xcode 8 installed, as normal, open the workspace file `SwiftDataTables.xcworkspace`, and not `SwiftDataTables.xcodeproj`
2. Change directory into the `DemoSwiftDataTables/Example` folder (`cd SwiftDataTables/Example`)
4. With Xcode 9 installed, as normal, open the `SwiftDataTables.xcodeproj` project
5. Build and Run.

If you have any questions or wish to make any suggestions, please open an issue with the appropriate label, and I'll get back to you right away. Thank you
Expand Down
2 changes: 1 addition & 1 deletion SwiftDataTables.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftDataTables'
s.version = '0.7.0'
s.version = '0.7.1'
s.summary = 'A Swift Data Table package that allows ordering, searching, and paging with extensible options.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit e93eae7

Please sign in to comment.