blob: 95645ceb31af15d3397e2b2c680ea64c6bf34dc9 [file] [log] [blame]
{
"name": "NKStringUtils",
"version": "0.0.1",
"summary": "NKStringUtils is simple string extension for iOS Swift projects.",
"description": "A Simple string extensions for all your Swift projects. Its easy to use and integrate.",
"homepage": "https://github.com/narezkumar/NKStringUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Naresh Kumar": "narezkumar@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/narezkumar/NKStringUtils.git",
"tag": "0.0.1"
},
"source_files": [
"NKStringUtils",
"NKStringUtils/**/*.{swift}"
],
"exclude_files": "NKStringUtils/Exclude"
}