blob: 11f883347dca74832914190574198b904b49a7cd [file] [log] [blame]
{
"name": "RxStoreKit",
"version": "1.0.0",
"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": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/glassonion1/RxStoreKit.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"RxSwift": [
"~> 3.2"
],
"RxCocoa": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}