blob: 51d7abb25e8fad30ade8502312e55b8ca9054cb7 [file] [log] [blame]
{
"name": "RxCalendar",
"platforms": {
"ios": "9.0"
},
"summary": "Rx-driven calendar view for iOS/OSX applications.",
"requires_arc": true,
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/RxCalendar-Swift.git",
"source": {
"git": "https://github.com/protoman92/RxCalendar-Swift.git",
"tag": "1.0.2"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"SwiftFP/Main": [
]
},
"subspecs": [
{
"name": "Main",
"dependencies": {
"InterfaceUtilities/Main": [
],
"RxDataSources": [
],
"RxCocoa": [
"~> 4.0"
]
},
"source_files": "{RxCalendarLogic,RxCalendar}/**/*.{swift}",
"resources": "{RxCalendar}/**/*.{jpeg,jpg,png,storyboard,xcassets,xib}"
},
{
"name": "Redux",
"dependencies": {
"HMReactiveRedux/Main+Rx": [
]
},
"source_files": "{RxCalendarLogic,RxCalendarRedux}/**/*.{swift}"
},
{
"name": "RegularCalendarPreset",
"dependencies": {
"RxCalendar/Main": [
]
},
"source_files": [
"{RxCalendarPresetLogic,RxCalendarPreset}/**/*Entry.{swift}",
"{RxCalendarPresetLogic,RxCalendarPreset}/RegularCalendar/*.{swift}"
]
},
{
"name": "RegularCalendarLegacy",
"dependencies": {
"RxCalendar/RegularCalendarPreset": [
]
},
"source_files": [
"{RxCalendarLegacy}/**/*Entry.{swift}",
"{RxCalendarLegacy}/RegularCalendar/*.{swift}"
]
}
]
}