blob: b6a5072fccf611bd7099f3aa34f3531f973a59db [file] [log] [blame]
{
"name": "HMReactiveRedux",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"summary": "Rx-enabled Redux implementation for iOS clients.",
"requires_arc": true,
"version": "1.0.2",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/HMReactiveRedux-Swift.git",
"source": {
"git": "https://github.com/protoman92/HMReactiveRedux-Swift.git",
"tag": "1.0.2"
},
"dependencies": {
"SwiftFP/Main": [
]
},
"subspecs": [
{
"name": "Main",
"source_files": [
"HMReactiveRedux/*.{h,swift}",
"HMReactiveRedux/Preset/*"
]
},
{
"name": "Rx",
"dependencies": {
"RxSwift": [
],
"HMReactiveRedux/Main": [
]
},
"source_files": "HMReactiveRedux/RxStore/*.{swift}"
},
{
"name": "UI",
"dependencies": {
"HMReactiveRedux/Main": [
]
},
"source_files": "HMReactiveRedux/UI/*"
}
]
}