blob: ecf822a1526545341d22be3725e83d9968a8d731 [file] [log] [blame]
{
"name": "ToadSeq",
"version": "0.0.1",
"summary": "An iOS library for lazy sequences.",
"homepage": "http://fungushumungus.github.io/ToadSeq",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Stephen Wakely": "fungus.humungus@gmail.com"
},
"source": {
"git": "https://github.com/FungusHumungus/ToadSeq.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"ToadSeq",
"ToadSeq/**/*.{h,m}"
],
"requires_arc": true
}