blob: 8d2e143abff7539a3d1308afef72d719d3ca1247 [file] [log] [blame]
{
"name": "ModelTransformer",
"version": "1.2.1",
"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/ModelTransformer",
"source": {
"git": "https://github.com/anagromataf/ModelTransformer.git",
"tag": "1.2.1"
},
"summary": "Transform of a model e.g., provided by an API to a CoreData model used by an application.",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "ModelTransformer/ModelTransformer/*.{h,m}",
"requires_arc": true,
"frameworks": "CoreData"
}