[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / b / NextOfKin / 0.2.0 / NextOfKin.podspec.json
blobcd53ebf8def92f3f83880227400bc256b852b3d6
2   "name": "NextOfKin",
3   "version": "0.2.0",
4   "summary": "Helpful additions to the official kin-ios-core-sdk",
5   "description": "NextOfKin is an RxSwift interface to access the official kin-sdk-core-ios ( https://github.com/kinfoundation/kin-sdk-core-ios )",
6   "homepage": "https://github.com/Blahartinger/NextOfKin-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bryan Lahartinger": "Bryan.Lahartinger@kik.com"
13   },
14   "source": {
15     "git": "https://github.com/Blahartinger/NextOfKin-iOS.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NextOfKin/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 4.0"
25     ],
26     "KeychainAccess": [
27       "~> 3.1.0"
28     ],
29     "KinSDK": [
30       "~> 0.3.9"
31     ]
32   }