blob: 97de2cb31a0e59ab5db39c45008e85a602e8858f [file] [log] [blame]
{
"name": "RxStoreKit",
"version": "1.1.1",
"summary": "StoreKit library for RxSwift",
"description": "RxStoreKit is lightweight and easy to use Rx support for StoreKit.",
"homepage": "https://github.com/glassonion1/RxStoreKit",
"license": "MIT",
"authors": {
"Taisuke Fujita": "glassonion999@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/glassonion1/RxStoreKit.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"RxSwift": [
"~> 4.0.0"
],
"RxCocoa": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "3.0"
}