blob: 4d1276a072eb8c5c706cf28291743ee81a6499a0 [file] [log] [blame]
{
"name": "MTDictionaryCompanion",
"version": "0.1.0",
"summary": "Set properties from dictionary and vice versa",
"description": "Useful for setting properties from a dictionary which in turn made from JSON or whatever.\n",
"homepage": "https://github.com/mintech/MTDictionaryCompanion",
"license": "MIT",
"authors": {
"Sungwook Yoon": "y94@mintech.kr"
},
"source": {
"git": "https://github.com/mintech/MTDictionaryCompanion.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.5"
},
"requires_arc": false,
"source_files": "Classes",
"public_header_files": [
"Classes/DictionaryCompanionPrototype.h",
"Classes/NSObject+DictionaryCompanion.h",
"Classes/MTDictionaryCompanion.h"
]
}