blob: 49e1e8b1c72ddffe4bc7c99b7ce4815687b1aa7f [file] [log] [blame]
{
"name": "Persistent",
"version": "0.1.2",
"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.2"
},
"source_files": "Persistent/**/*.{h,m}",
"public_header_files": "Persistent/Headers/*.h",
"requires_arc": true
}