blob: cd53ebf8def92f3f83880227400bc256b852b3d6 [file] [log] [blame]
{
"name": "NextOfKin",
"version": "0.2.0",
"summary": "Helpful additions to the official kin-ios-core-sdk",
"description": "NextOfKin is an RxSwift interface to access the official kin-sdk-core-ios ( https://github.com/kinfoundation/kin-sdk-core-ios )",
"homepage": "https://github.com/Blahartinger/NextOfKin-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bryan Lahartinger": "Bryan.Lahartinger@kik.com"
},
"source": {
"git": "https://github.com/Blahartinger/NextOfKin-iOS.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NextOfKin/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"KeychainAccess": [
"~> 3.1.0"
],
"KinSDK": [
"~> 0.3.9"
]
}
}