blob: 7b63b630531fc996c5b6cef57a1534d20306d52e [file] [log] [blame]
{
"name": "NKit",
"version": "0.6.3",
"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.3"
},
"source_files": [
"Classes",
"NKit/NKit/**/*.{swift}"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
],
"RxSwift": [
],
"OAStackView": [
],
"ATTableView": [
]
}
}