Skip to content

Commit

Permalink
Added support for Carthage.
Browse files Browse the repository at this point in the history
Updated example project.
Organized folder structure.
Added change log.
  • Loading branch information
DavydLiu committed Feb 1, 2016
1 parent 0147ae7 commit 4474c43
Show file tree
Hide file tree
Showing 44 changed files with 1,074 additions and 305 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#Change Log
All notable changes to this project will be documented in this file.
`DLRadioButton` adheres to [Semantic Versioning](http://semver.org/).

---

## [1.4.6](https://github.com/DavydLiu/DLRadioButton/releases/tag/1.4.6) (01/31/2016)
* Added support for Carthage.
* Updated example project.
* Organized folder structure.
* Added change log.
6 changes: 3 additions & 3 deletions DLRadioButton.podspec.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "DLRadioButton",
"version": "1.4.5",
"version": "1.4.6",
"summary": "A highly customizable Radio Button for iOS",
"description": "A highly customizable Radio Button for iOS.\n\n* Buttons are drew by UIBezierPath, customize it however you want.\n* You can also use pictures to indicate buttons' selection state.\n",
"homepage": "https://github.com/DavydLiu/DLRadioButton",
"screenshots": [
"https://raw.githubusercontent.com/DavydLiu/DLRadioButton/master/DLRadioButton_screenshot1.png"
"https://raw.githubusercontent.com/DavydLiu/DLRadioButton/master/Images/DLRadioButton_screenshot1.png"
],
"license": "MIT",
"authors": {
Expand All @@ -17,7 +17,7 @@
},
"source": {
"git": "https://github.com/DavydLiu/DLRadioButton.git",
"tag": "1.4.5"
"tag": "1.4.6"
},
"source_files": "DLRadioButton/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
Expand Down
Loading

0 comments on commit 4474c43

Please sign in to comment.