blob: 589876db91a81d28c5def9ae4e30c278581130c9 [file] [log] [blame]
{
"name": "CoreValue",
"version": "0.2.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.2.0"
},
"source_files": "CoreValue/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}