Skip to content

Commit

Permalink
Update read and pod spec to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Ney committed Apr 15, 2015
1 parent 95cbd68 commit 52ea1c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SQPersist

Objective-C Persistence framework wrapper around SQLite.

```Version 1.0.3```
```Version 1.0.4```

What is it?
-----------
Expand Down
4 changes: 2 additions & 2 deletions SQPersist.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "SQPersist"
s.version = "1.0.3"
s.version = "1.0.4"
s.summary = "Objective-C Persistence framework wrapper around SQLite."
s.homepage = "https://github.com/christopherney/SQPersist"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.author = { "Christopher Ney" => "christopher.ney@gmail.com" }
s.social_media_url = "http://twitter.com/christopherney"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/christopherney/SQPersist.git", :tag => "1.0.3" }
s.source = { :git => "https://github.com/christopherney/SQPersist.git", :tag => "1.0.4" }
s.source_files = "Sources/*.{h,m}"
# s.exclude_files = "Sources/Exclude"
s.public_header_files = "Sources/**/*.h"
Expand Down
Binary file not shown.

0 comments on commit 52ea1c7

Please sign in to comment.