[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / f / RxStoreKit / 1.1.1 / RxStoreKit.podspec.json
blob97de2cb31a0e59ab5db39c45008e85a602e8858f
2   "name": "RxStoreKit",
3   "version": "1.1.1",
4   "summary": "StoreKit library for RxSwift",
5   "description": "RxStoreKit is lightweight and easy to use Rx support for StoreKit.",
6   "homepage": "https://github.com/glassonion1/RxStoreKit",
7   "license": "MIT",
8   "authors": {
9     "Taisuke Fujita": "glassonion999@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/glassonion1/RxStoreKit.git",
17     "tag": "1.1.1"
18   },
19   "source_files": "Sources/**/*.{h,m,swift}",
20   "dependencies": {
21     "RxSwift": [
22       "~> 4.0.0"
23     ],
24     "RxCocoa": [
25       "~> 4.0.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"