blob: 37be56e7637af63868884ce8bc81822e59b4d70c [file] [log] [blame]
{
"name": "HMReactiveRedux",
"platforms": {
"ios": "8.0"
},
"summary": "Rx-enabled Redux implementation for iOS clients.",
"requires_arc": true,
"version": "1.0.1",
"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.1"
},
"dependencies": {
"SwiftFP/Main": [
]
},
"subspecs": [
{
"name": "Main+Rx",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"source_files": "HMReactiveRedux/**/*.{swift}",
"exclude_files": "HMReactiveRedux/DispatchStore/**/*.{swift}"
},
{
"name": "Main+Dispatch",
"source_files": "HMReactiveRedux/**/*.{swift}",
"exclude_files": "HMReactiveRedux/RxStore/**/*.{swift}"
}
]
}