We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb9e2e commit 55b1302Copy full SHA for 55b1302
README.md
@@ -11,7 +11,7 @@ iOS7 style drop in replacement for UISwitch
11
### Cocoapods
12
13
```
14
-pod 'SevenSwitch', '~> 2.0'
+pod 'SevenSwitch', '~> 2.1'
15
16
17
*Swift support was added in version `2.0`. If your project does not support swift you can use `1.4`.*
SevenSwitch.podspec.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SevenSwitch",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"summary": "iOS7 style drop in replacement for UISwitch.",
5
"homepage": "https://github.com/bvogelzang/SevenSwitch",
6
"screenshots": [
@@ -16,7 +16,7 @@
},
"source": {
18
"git": "https://github.com/bvogelzang/SevenSwitch.git",
19
- "tag": "2.0.0"
+ "tag": "2.1.0"
20
21
"platforms": {
22
"ios": "8.0"
0 commit comments