blob: ae131bbac1513293b77a61de89c707390d0e5b93 [file] [log] [blame]
{
"name": "Persistent",
"version": "0.1.6",
"summary": "Persistent Data Structures",
"description": " Persisent Vector, HashMap and Set for Objective-C\n",
"homepage": "http://github.com/astashov/persistent.objc",
"license": "MIT",
"authors": {
"Anton Astashov": "anton.astashov@gmail.com"
},
"source": {
"git": "https://github.com/astashov/persistent.objc.git",
"tag": "0.1.6"
},
"source_files": "Persistent/**/*.{h,m}",
"public_header_files": "Persistent/Headers/*.h",
"requires_arc": true
}