blob: 0f4ba7e79ddd31206261c4ddd4c1189429171c37 [file] [log] [blame]
{
"name": "NSDictionaryMerge",
"version": "1.0",
"summary": "Simple NSDictionary merge category.",
"homepage": "https://github.com/sdkdimon/NSDictionary-Merge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Lizin": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/NSDictionary-Merge.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "NSDictionaryMerge",
"source_files": "NSDictionaryMerge/*.{h,m}"
}