blob: fd859bd9409ec80fb19d788e92bef08e10032f57 [file] [log] [blame]
{
"name": "ResourceMapper",
"version": "0.5.4",
"summary": "Maps resources with it's primary key to managed objects in CoreData.",
"authors": {
"Tobias Kräntzer": "info@tobias-kraentzer.de"
},
"social_media_url": "https://twitter.com/anagrom_ataf",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"homepage": "https://github.com/anagromataf/ResourceMapper",
"source": {
"git": "https://github.com/anagromataf/ResourceMapper.git",
"tag": "0.5.4"
},
"platforms": {
"ios": "6.1",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "ResourceMapper/ResourceMapper/**/*.{h,m}",
"public_header_files": "ResourceMapper/ResourceMapper/Public/*.h",
"frameworks": "CoreData"
}