Change format FSCalendar.podspec

This commit is contained in:
elizakova 2021-08-02 15:29:32 +04:00 committed by GitHub
parent ecab5fa57e
commit 67e3bb9096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 24 deletions

View File

@ -1,24 +1,14 @@
{
"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}"
}
Pod::Spec.new do |s|
s.name = "FSCalendar"
s.version = "2.8.4"
s.summary = "A superiorly awesome iOS7+ calendar control, compatible with Objective-C and Swift"
s.homepage = "https://github.com/WenchaoD/FSCalendar"
s.screenshots = "https://cloud.githubusercontent.com/assets/5186464/10262249/4fabae40-69f2-11e5-97ab-afbacd0a3da2.jpg"
s.license = "MIT"
s.author = { "Wenchao Ding" => "f33chobits@gmail.com" }
s.source = { :git => "https://github.com/TouchInstinct/FSCalendar.git", :tag => s.version }
s.platform = :ios, '8.0'
s.requires_arc = true
s.frameworks = ['UIKit', 'QuartzCore']
s.source_files = "FSCalendar/*.{h,m}"
end