Create FSCalendar.podspec
This commit is contained in:
parent
46f71a0421
commit
ecab5fa57e
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "FSCalendar",
|
||||
"version": "2.8.4",
|
||||
"summary": "A superiorly awesome iOS7+ calendar control, compatible with Objective-C and Swift.",
|
||||
"homepage": "https://github.com/WenchaoD/FSCalendar",
|
||||
"screenshots": "https://cloud.githubusercontent.com/assets/5186464/10262249/4fabae40-69f2-11e5-97ab-afbacd0a3da2.jpg",
|
||||
"license": "MIT",
|
||||
"authors": {
|
||||
"Wenchao Ding": "f33chobits@gmail.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/TouchInstinct/FSCalendar.git",
|
||||
"tag": "2.8.4"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "8.0"
|
||||
},
|
||||
"requires_arc": true,
|
||||
"frameworks": [
|
||||
"UIKit",
|
||||
"QuartzCore"
|
||||
],
|
||||
"source_files": "FSCalendar/*.{h,m}"
|
||||
}
|
||||
Loading…
Reference in New Issue