blob: d1342a2c09361d9efff8957ce9e083cae41f50c2 [file] [log] [blame]
{
"name": "NKit",
"version": "0.9.11",
"summary": "NKit provides some exteions of UIKit and Foundation classes",
"homepage": "http://knacker.com",
"license": "MIT",
"authors": "Nghia Nguyen",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nghiaphunguyen/NKit",
"tag": "0.9.11"
},
"source_files": [
"Classes",
"NKit/Source/**/*.{swift}"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
"0.22.0"
],
"NRxSwift": [
],
"ATTableView": [
],
"RxCocoa": [
],
"OAStackView": [
],
"NTZStackView": [
]
}
}