Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
update podspec, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlouden committed Aug 5, 2013
1 parent c7fb2aa commit 883be9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bark.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Bark"
s.version = "0.1"
s.version = "0.2"
s.summary = "A streamlined issue reporting library for iOS."
s.homepage = "http://stagebloc.com/bark"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BARK (Better App Reporting Kit) is a simple, in-app issue reporting library for
</p>
## Get Started ##

1. Add BARK to your Podfile `pod 'Bark', '~> 0.1'` or clone the repository with `git clone [email protected]:stagebloc/bark.git`
1. Add BARK to your Podfile `pod 'Bark', '~> 0.2'` or clone the repository with `git clone [email protected]:stagebloc/bark.git`
2. Link the following frameworks in the Build Phases tab:
- `MessageUI` - to send emails from within the app
- `SystemConfiguration` - for network reachability support
Expand Down

0 comments on commit 883be9c

Please sign in to comment.