blob: 86151d4f345b97c80953263f2565d1788ebd90a8 [file] [log] [blame]
{
"name": "NKit",
"version": "0.6",
"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.6"
},
"source_files": [
"Classes",
"NKit/NKit/**/*.{swift}"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
"0.21.1"
],
"RxSwift": [
"2.5.0"
],
"OAStackView": [
"1.0.1"
],
"ATTableView": [
"1.2"
]
}
}