parent
31cc993848
commit
6ee4578478
|
|
@ -1,7 +1,7 @@
|
|||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = "FSCalendar"
|
||||
s.version = "1.8.1.beta"
|
||||
s.version = "1.8.1"
|
||||
s.summary = "Designed to build the best iOS calendar control."
|
||||
|
||||
s.homepage = "https://github.com/WenchaoIOS/FSCalendar"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.8.1.beta</string>
|
||||
<string>1.8.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ calendar.focusOnSingleSelectedDate = YES;
|
|||
|
||||
## More Usage
|
||||
* To view more usage, download the zip file and read the example.
|
||||
* Or your could refer to [this document](https://github.com/WenchaoIOS/FSCalendar/blob/master/MOREUSAGE.md)
|
||||
* Or you could refer to [this document](https://github.com/WenchaoIOS/FSCalendar/blob/master/MOREUSAGE.md)
|
||||
|
||||
# If you like this repo
|
||||
* ***Star*** this repo.
|
||||
|
|
|
|||
Loading…
Reference in New Issue