Skip to content

Commit 9e07dc1

Browse files
committed
Renamed playground folder and updated readme.
1 parent f2768e9 commit 9e07dc1

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

M13Checkbox.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = "M13Checkbox"
3-
s.version = "2.2.2"
3+
s.version = "2.2.3"
44
s.summary = "A beautiful, customizable, extendable, animated checkbox for iOS."
55

66
s.description = <<-DESC
7-
Create beautiful, customizable, extendable, animated checkboxes on iOS. Completely configurable through interface builder. See the demo app to play with all the features.
7+
Create beautiful, customizable, extendable, animated checkboxes on iOS. Completely configurable through interface builder. See the demo app or playground to play with all the features.
88
DESC
99

1010
s.homepage = "https://github.com/Marxon13/M13Checkbox"
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626

2727
s.platform = :ios, '8.0'
2828

29-
s.source = { :git => "https://github.com/Marxon13/M13Checkbox.git", :tag => "2.2.0"}
29+
s.source = { :git => "https://github.com/Marxon13/M13Checkbox.git", :tag => "2.2.3"}
3030

3131
s.source_files = 'Sources/**/*'
3232

Readme.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Create beautiful, customizable, extendable, animated checkboxes on iOS. Complete
1515
* [State](#state)
1616
* [Appearance](#appearance)
1717
* [**Getting Started**](#getting-started)
18+
* [Demo](#demo)
19+
* [Playground](#playground)
20+
* [App](#app)
1821
* [Installation](#installation)
1922
* [Use](#use)
2023
* [**Project Structure**](project-structure)
@@ -116,11 +119,19 @@ Check out the demo app to change the properties of the checkbox and see the chan
116119

117120
<br>
118121

119-
##Getting Started
122+
## Getting Started
120123

121-
###Demo
124+
### Demo
122125

123-
To see a working playground in action, run the workspace located at path Playground/LaunchMe.xcworkspace. You may need to run the framework scheme and wait for Xcode to process the files, before the playground begins. Open the assistant editor for a live preview of the UI.
126+
#### Playground
127+
128+
To see a working playground in action, run the workspace located at path `M13Checkbox Demo Playground/LaunchMe.xcworkspace`. You may need to run the framework scheme and wait for Xcode to process the files, before the playground begins. Open the assistant editor for a live preview of the UI.
129+
130+
This is a great way to work on customizing the checkbox in code to suit your needs.
131+
132+
#### App
133+
134+
To see the checkbox working on a device, run the demo app included in `M13Checkbox.xcodeproj`. The demo app walks through all the available features. You will need to run a `pod install` in order to build the demo app.
124135

125136
### Installation
126137

@@ -145,7 +156,7 @@ github "Marxon13/M13Checkbox"
145156
To install via Swift Package Manager, add the following as a dependency to your Package.swift file:
146157

147158
```
148-
.Package(url: "[email protected]:Marxon13/M13Checkbox.git", versions: Version(2,2,0)..<Version(2,2,0)),
159+
.Package(url: "[email protected]:Marxon13/M13Checkbox.git", versions: Version(2,2,0)..<Version(2,2,3)),
149160
```
150161

151162
#### Manual

0 commit comments

Comments
 (0)