blob: 88bcf8068882fa5b98601cdf5fca3ee2efaccfa1 [file] [log] [blame]
{
"name": "NKit",
"version": "0.7.9",
"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.7.9"
},
"source_files": [
"Classes",
"NKit/Source/**/*.{swift}"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
"0.22.0"
],
"NRxSwift": [
],
"RxGesture": [
],
"ATTableView": [
]
}
}