blob: 555fd42be3d75ca91936a7e3da274c928f91bcb3 [file] [log] [blame]
{
"name": "NDWebKit",
"version": "0.0.1",
"summary": "Utility for WebKit.",
"description": "NDWebKit is a small utility framework for WebKit.",
"homepage": "https://github.com/hiep-nd/nd-web-kit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Duc Hiep": "hiep.nd@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/hiep-nd/nd-web-kit.git",
"tag": "Pod-0.0.1"
},
"source_files": "NDWebKit/**/*.{h,m,mm,swift}",
"public_header_files": "NDWebKit/**/*.h",
"header_mappings_dir": "NDWebKit",
"frameworks": "WebKit",
"dependencies": {
"NDLog": [
"~> 0.0.5"
],
"NDModificationOperators": [
"~> 0.0.2"
],
"NDUtils/Foundation": [
"~> 0.0.4"
],
"NDUtils/libextobjc": [
"~> 0.0.4"
],
"NDUtils/objc": [
"~> 0.0.4"
]
},
"swift_version": "5.2"
}