blob: 87f2e66f03cee6718c85bb885533a4a2144b04b1 [file] [log] [blame]
{
"name": "TAStringDataStructures",
"version": "1.0",
"summary": "String-based data structures",
"description": " Provides open-source implementations of string based data structures \n written in Objective-C such as Trie tree and later, Suffix Tree\n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/tdansel88/TAStringDataStructures",
"authors": {
"todd anderson": "tdansel88@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/tdansel88/TAStringDataStructures.git",
"tag": "v1.0"
},
"source_files": "TAStringDataStructures/*.{h,m}",
"public_header_files": "**/TATrie.h",
"requires_arc": true
}