Skip to content

Commit

Permalink
Update author
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed May 5, 2016
1 parent 4d8c2ec commit cfa0af1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pod 'SweetCoreData'
it, simply add the following line to your Cartfile:

```ruby
github "3lvis/SweetCoreData"
github "bakkenbaeck/SweetCoreData"
```

## License
Expand All @@ -50,4 +50,4 @@ github "3lvis/SweetCoreData"

## Author

Elvis Nuñez, [@3lvis](https://twitter.com/3lvis)
Bakken & Bæck, [@bakkenbaeck](https://twitter.com/bakkenbaeck)
10 changes: 5 additions & 5 deletions SweetCoreData.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "SweetCoreData"
s.summary = "Helpers and sugar for the Core Data framework."
s.version = "0.1.0"
s.homepage = "https://github.com/3lvis/SweetCoreData"
s.version = "0.1.1"
s.homepage = "https://github.com/bakkenbaeck/SweetCoreData"
s.license = 'MIT'
s.author = { "Elvis Nuñez" => "[email protected]" }
s.source = { :git => "https://github.com/3lvis/SweetCoreData.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/3lvis'
s.author = { "Bakken Bæck AS" => "[email protected]" }
s.source = { :git => "https://github.com/bakkenbaeck/SweetCoreData.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/bakkenbaeck'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
Expand Down

0 comments on commit cfa0af1

Please sign in to comment.