blob: b71c0ff34e4d2925d6fd1b55f035c6e6d4e8522e [file] [log] [blame]
{
"name": "NSDictionary-HYPNestedAttributes",
"summary": "NSDictionary category that converts the flat relationships in a dictionary to a nested attributes format",
"version": "0.3",
"homepage": "https://github.com/hyperoslo/NSDictionary-HYPNestedAttributes",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/NSDictionary-HYPNestedAttributes.git",
"tag": "0.3"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"NSString-HYPRelationshipParser": [
"~> 0.4"
]
}
}