forked from DavydLiu/DLRadioButton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDLRadioButton.podspec.json
More file actions
25 lines (25 loc) · 857 Bytes
/
DLRadioButton.podspec.json
File metadata and controls
25 lines (25 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "DLRadioButton",
"version": "1.4.12",
"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/Images/DLRadioButton_screenshot1.png"
],
"license": "MIT",
"authors": {
"David Liu": "xingruo.liu@gmail.com"
},
"social_media_url": "http://twitter.com/DavydLiu",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/DavydLiu/DLRadioButton.git",
"tag": "1.4.12"
},
"source_files": "DLRadioButton/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}