blob: a1e3d3cd80d586f50299774eb27c9ea371c3f8f3 [file] [log] [blame]
{
"name": "Groot",
"version": "1.0",
"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",
"source": {
"git": "https://github.com/gonzalezreal/Groot.git",
"tag": "1.0"
},
"default_subspecs": "Swift",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"subspecs": [
{
"name": "Swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Groot/**/*.{swift,h,m}",
"private_header_files": "Groot/Private/*.h"
},
{
"name": "ObjC",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "Groot/**/*.{h,m}",
"private_header_files": "Groot/Private/*.h"
}
]
}