-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathDCPathButton.podspec.json
More file actions
30 lines (30 loc) · 905 Bytes
/
DCPathButton.podspec.json
File metadata and controls
30 lines (30 loc) · 905 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
26
27
28
29
30
{
"name": "DCPathButton",
"version": "2.1.4",
"summary": " A beautiful button copy from Path® ",
"description": "\t\t\tDCPathButton is a menu button, design by an famous App Path®.\n\t\t\tSince Path® 4.0, it return to use a tab bar instead of a side bar,\n\t\t\tand also change the menu button. So I try to implement it and then \n\t\t\tthe DCPathButton born :) \n",
"homepage": "https://github.com/Tangdixi/DCPathButton",
"license": {
"type": "MIT",
"text": "The DCPathButton use the MIT license"
},
"authors": {
"Tangdixi": "Tangdixi@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Tangdixi/DCPathButton.git",
"tag": "2.1.4"
},
"source_files": "DCPathButton/Classes/*.{h,m}",
"resources": [
"DCPathButton/Sounds/*"
],
"frameworks": [
"QuartzCore",
"AudioToolBox"
],
"requires_arc": true
}