blob: 7abf2599a6d999e6f0c2e848039c92b95641ba91 [file] [log] [blame]
{
"name": "NSString+VTContainsSubstring",
"version": "0.2",
"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.2"
},
"source_files": "Classes",
"frameworks": "Foundation",
"requires_arc": true
}