blob: bd870d1f7fb4c7c5ec7c55349e985d61fa8695a6 [file] [log] [blame]
{
"name": "ASCoreDataPriorityQueue",
"version": "0.1.0",
"summary": "A priority queue that uses Core Data to persist data",
"homepage": "https://github.com/astephen2/ASCoreDataPriorityQueue",
"license": "MIT",
"authors": {
"Alex Stephen": "stepa@umich.edu"
},
"source": {
"git": "https://github.com/astephen2/ASCoreDataPriorityQueue.git",
"tag": "0.1.0"
},
"dependencies": {
"MagicalRecord": [
"~> 2.2"
]
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}