Skip to content

Commit

Permalink
Merge pull request #14 from hyperoslo/support/Carthage
Browse files Browse the repository at this point in the history
Feature: Support Carthage.
  • Loading branch information
vadymmarkov committed Dec 15, 2015
2 parents b6b4af3 + 9e17415 commit c1f2ecc
Show file tree
Hide file tree
Showing 10 changed files with 363 additions and 366 deletions.
303 changes: 0 additions & 303 deletions Pod/Pod.xcodeproj/project.pbxproj

This file was deleted.

7 changes: 0 additions & 7 deletions Pod/Podfile

This file was deleted.

4 changes: 0 additions & 4 deletions Pod/Tests/Tests-Bridging-Header.h

This file was deleted.

10 changes: 0 additions & 10 deletions Pod/Tests/Tests.swift

This file was deleted.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Whisper :leaves:

[![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/cocoapods/v/Whisper.svg?style=flat)](http://cocoadocs.org/docsets/Whisper)
[![License](https://img.shields.io/cocoapods/l/Whisper.svg?style=flat)](http://cocoadocs.org/docsets/Whisper)
[![Platform](https://img.shields.io/cocoapods/p/Whisper.svg?style=flat)](http://cocoadocs.org/docsets/Whisper)
Expand Down Expand Up @@ -49,6 +50,12 @@ it, simply add the following line to your Podfile:
pod 'Whisper'
```

**Whisper** is also available through [Carthage](https://github.com/Carthage/Carthage). To install just write into your Cartfile:

```ruby
github "hyperoslo/Whisper"
```

## Roadmap

In the future the idea is to keep improving and add some features:
Expand Down
Empty file removed Source/.gitkeep
Empty file.
8 changes: 5 additions & 3 deletions Pod/Tests/Info.plist → SupportFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.example.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
Loading

0 comments on commit c1f2ecc

Please sign in to comment.