blob: bff3fe7c26f9b05c665fe54515f9d6e2c8eb08cb [file] [log] [blame]
{
"name": "NSString+VTSubstringOccurrences",
"version": "0.1",
"summary": "NSString category to count the number of occurrences for a given substring.",
"description": " `NSString` category to count the number of occurrences for a given substring.\n",
"homepage": "https://github.com/vtourraine/NSString-VTSubstringOccurrences",
"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-VTSubstringOccurrences.git",
"tag": "0.1"
},
"source_files": "Classes",
"frameworks": "Foundation",
"requires_arc": true
}