blob: 44c77a0f77ced7148c4eb6172bbe9e8f10171c70 [file] [log] [blame]
{
"name": "SJODataKit",
"version": "0.2",
"summary": "Lightweight Core Data helper to reduce boilerplate code.",
"homepage": "https://github.com/blork/SJODataKit",
"license": "MIT",
"authors": {
"Sam Oakley": "sam@blork.co.uk"
},
"source": {
"git": "https://github.com/blork/SJODataKit.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Library/*.{h,m}",
"public_header_files": "Library/SJODataKit.h",
"frameworks": "CoreData",
"requires_arc": true
}