blob: d04d0ff359c5b3cfc04bab3c9f6797941286267b [file] [log] [blame]
{
"name": "NSDictionary-HYPNestedAttributes",
"summary": "NSDictionary category that converts the flat relationships in a dictionary to a nested attributes format",
"version": "0.4.1",
"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.4.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"NSString-HYPRelationshipParser": [
"~> 0.4.1"
]
}
}