Skip to content

Commit

Permalink
Clean up podfile entry example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Oct 10, 2014
1 parent e2d22a2 commit e2a7026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ After running `pod install`, you should be able to #import any INKHandler header
If you're concerned about the increase in your app bundle's size, you can choose to only include a subset of IntentKit's supported applications. Subspecs exist for each handler class.

# Only includes web browsers
pod "IntentKit/Browsers", :git => "https://github.com/intentkit/IntentKit.git"
pod "IntentKit/Browsers"

For more information on what subspecs are available, refer to the project's [Podspec](https://github.com/intentkit/IntentKit/blob/master/IntentKit.podspec).

Expand Down

0 comments on commit e2a7026

Please sign in to comment.