blob: 31be7f5ff8e74e2ea0f888a20b9c3c1850d0815c [file] [log] [blame]
{
"name": "NSString+VTContainsSubstring",
"version": "0.3",
"summary": "NSString category to test the presence of a given substring.",
"description": "`NSString` category to test the presence of a given substring.",
"homepage": "https://github.com/vtourraine/NSString-VTContainsSubstring",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vincent Tourraine": "me@vtourraine.net"
},
"social_media_url": "http://twitter.com/vtourraine",
"source": {
"git": "https://github.com/vtourraine/NSString-VTContainsSubstring.git",
"tag": "0.3"
},
"source_files": "Classes",
"frameworks": "Foundation",
"requires_arc": true
}