You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: M13Checkbox.podspec
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="M13Checkbox"
3
-
s.version="2.2.2"
3
+
s.version="2.2.3"
4
4
s.summary="A beautiful, customizable, extendable, animated checkbox for iOS."
5
5
6
6
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.
@@ -116,11 +119,19 @@ Check out the demo app to change the properties of the checkbox and see the chan
116
119
117
120
<br>
118
121
119
-
##Getting Started
122
+
##Getting Started
120
123
121
-
###Demo
124
+
###Demo
122
125
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.
124
135
125
136
### Installation
126
137
@@ -145,7 +156,7 @@ github "Marxon13/M13Checkbox"
145
156
To install via Swift Package Manager, add the following as a dependency to your Package.swift file:
0 commit comments