blob: 4e8e94cb6ce9d28960a347a702e85f5e0945c6f5 [file] [log] [blame]
{
"name": "RxSwift-X",
"version": "0.1.0",
"summary": "RxSwift extension",
"homepage": "https://github.com/ApterKing/RxSwift-X",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ApterKing": "wangcong@foxmail.com"
},
"source": {
"git": "https://github.com/ApterKing/RxSwift-X.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "RxCocoa",
"source_files": "RxSwift-X/Classes/RxCocoa/*.swift",
"dependencies": {
"RxCocoa": [
]
}
}
]
}