[Add] TorusSessionManager 6.1.0
[CocoaPods.git] / Specs / d / 3 / 4 / SKDatePicker / 1.0.0 / SKDatePicker.podspec.json
blobd1e579bc6763999eb24b56367192ec9b8227c115
2   "name": "SKDatePicker",
3   "version": "1.0.0",
4   "summary": "SKDatePicker is an Objective-C version of JBDatePicker(https://cocoapods.org/pods/JBDatePicker)",
5   "description": "shows a calendar month in which the user can select a date or period. It allows the user to swipe between months, and to preselect a specific date. It's appearance is largely customizable.",
6   "homepage": "https://github.com/tingzhi57/SKDatePickerDemo",
7   "screenshots": [
8     "https://user-images.githubusercontent.com/5214062/117576353-4632d500-b118-11eb-9a09-2394ec490663.png",
9     "https://user-images.githubusercontent.com/5214062/117576350-429f4e00-b118-11eb-9b9f-1ad123e1ffdc.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE.md"
14   },
15   "authors": {
16     "Xi Wu (xiw)": "wx571117@qq.com"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/tingzhi57/SKDatePickerDemo.git",
23     "tag": "1.0.0"
24   },
25   "source_files": "SKDatePickerDemo/SKDatePicker/skdatepicker/skdatepicker",
26   "frameworks": "UIKit",
27   "requires_arc": true