blob: 782cb90ddcb7165e0d0552b3ca35faf15d423b95 [file] [log] [blame]
{
"name": "LPDataStructures",
"version": "0.1.0",
"summary": "Some sweet data structures",
"description": " This is a collection of Objective C data structures that I've written. \n I'll be adding to this through the years as I make new ones that I need.\n",
"homepage": "https://github.com/lancep/LPDataStructures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lance Parker": "cymerc@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/lancep/LPDataStructures.git",
"tag": "0.1.0"
},
"source_files": "**/*.{h,m}",
"requires_arc": true
}