blob: 4daf11db447453ffb43beb923d8ea08e7afc2aa0 [file] [log] [blame]
{
"name": "Groot",
"version": "0.1",
"summary": "From JSON to Core Data and back.",
"description": " With Groot you can convert JSON dictionaries and arrays into Core Data object graphs.\n",
"homepage": "https://github.com/gonzalezreal/Groot",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillermo Gonzalez": "gonzalezreal@icloud.com"
},
"social_media_url": "https://twitter.com/gonzalezreal",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/gonzalezreal/Groot.git",
"tag": "0.1"
},
"source_files": "Groot/**/*.{h,m}",
"private_header_files": "Groot/Private/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}