[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / NSDictionary-HYPNestedAttributes / 0.3 / NSDictionary-HYPNestedAttributes.podspec.json
blobb71c0ff34e4d2925d6fd1b55f035c6e6d4e8522e
2   "name": "NSDictionary-HYPNestedAttributes",
3   "summary": "NSDictionary category that converts the flat relationships in a dictionary to a nested attributes format",
4   "version": "0.3",
5   "homepage": "https://github.com/hyperoslo/NSDictionary-HYPNestedAttributes",
6   "license": "MIT",
7   "authors": {
8     "Hyper Interaktiv AS": "ios@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/hyperoslo/NSDictionary-HYPNestedAttributes.git",
12     "tag": "0.3"
13   },
14   "social_media_url": "https://twitter.com/hyperoslo",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*",
20   "dependencies": {
21     "NSString-HYPRelationshipParser": [
22       "~> 0.4"
23     ]
24   }