We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c97b2 commit 60ace58Copy full SHA for 60ace58
README.md
@@ -1,6 +1,6 @@
1
# BAPromise
2
3
-[](https://coveralls.io/github/benski/BAPromise?branch=master)
+[](https://codecov.io/gh/benski/BAPromise)
4
5
## Swift & Objective C Promise Library ##
6
@@ -79,13 +79,7 @@ A few things of note:
79
80
### Installation
81
82
-Xcode 6
83
```ruby
84
-pod "BAPromise", "~> 1.0"
85
-```
86
-
87
-Xcode 7
88
-```ruby
89
-pod "BAPromise", "~> 1.1"
+pod "BAPromise"
90
```
91
0 commit comments