Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Updated README and pod spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
vmartinelli committed May 21, 2015
1 parent cda23bb commit c95aee3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AlecrimCoreData.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AlecrimCoreData"
s.version = "3.0-beta.8"
s.version = "3.0"
s.summary = "A framework to easily access Core Data objects in Swift."
s.homepage = "https://github.com/Alecrim/AlecrimCoreData"

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'AlecrimCoreData', '~> 3.0-beta.8’
pod 'AlecrimCoreData', '~> 3.0'
```

Then, run the following command:
Expand Down Expand Up @@ -404,11 +404,11 @@ If you want to contribute, please feel free to fork the repository and send pull

### Version History

- 3.0 - Swift framework; added attributes support and many other improvements
- 2.1 - Swift framework; added CocoaPods and Carthage support
- 2.0 - Swift framework; first public release as open source
- 1.1 - Objective-C framework; private Alecrim team use
- 1.0 - Objective-C framework; private Alecrim team use
- 3.0 - Swift framework: added attributes support and many other improvements
- 2.1 - Swift framework: added CocoaPods and Carthage support
- 2.0 - Swift framework: first public release as open source
- 1.1 - Objective-C framework: private Alecrim team use
- 1.0 - Objective-C framework: private Alecrim team use

---

Expand Down

0 comments on commit c95aee3

Please sign in to comment.