blob: fdb57b547f945799dd76959fa617f4ba90212aa8 [file] [log] [blame]
{
"name": "NSString-HYPWordExtractor",
"version": "1.1",
"summary": "A super easy way of extracting all or only unique words from an NSString",
"description": " * A super easy way of extracting all or only unique words from an NSString\n",
"homepage": "https://github.com/hyperoslo/NSString-HYPWordExtractor",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hyper Interaktiv": "teknologi@hyper.no"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/hyperoslo/NSString-HYPWordExtractor.git",
"tag": "1.1"
},
"source_files": "Source/",
"frameworks": "Foundation",
"requires_arc": true
}