blob: 06ce44b4b6b134b26ded9451f7920663d7b94ddf [file] [log] [blame]
{
"name": "ALDataRequestView",
"version": "2.1.0",
"summary": "A view representation for data requests. Support for ReactiveCocoa and RXSwift.",
"description": "A view representation for data requests. Support for ReactiveCocoa and RXSwift by attached it to signalproducers and observables.",
"homepage": "https://github.com/AvdLee/ALDataRequestView",
"license": "MIT",
"authors": {
"Antoine van der Lee": "info@avanderlee.com"
},
"source": {
"git": "https://github.com/AvdLee/ALDataRequestView.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/twannl",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"PureLayout": [
],
"ReachabilitySwift": [
"~> 3"
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0.0"
],
"RxCocoa": [
"~> 3.0.0"
],
"ALDataRequestView/Core": [
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"ReactiveSwift": [
"1.0.0-alpha.3"
],
"ALDataRequestView/Core": [
]
}
}
]
}