blob: f8b6862c3db54b926c1849734fbd1d105a1fe651 [file] [log] [blame]
{
"name": "CoreValue",
"version": "0.1.5",
"summary": "Lightweight Framework for using Core Data with Value Types",
"homepage": "https://github.com/terhechte/CoreValue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benedikt Terhechte": "terhechte@gmail.com"
},
"social_media_url": "http://twitter.com/terhechte",
"source": {
"git": "https://github.com/terhechte/CoreValue.git",
"tag": "v0.1.5"
},
"source_files": "CoreValue/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}