blob: 1283b45b15b5e1da2a967d02ef9d2ec5b67cea53 [file] [log] [blame]
{
"name": "CoreValue",
"version": "0.3.0",
"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.3.0"
},
"source_files": "CoreValue/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10"
}
}