[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 1 / 3 / 2 / MTDictionaryCompanion / 0.1.0 / MTDictionaryCompanion.podspec.json
blob4d1276a072eb8c5c706cf28291743ee81a6499a0
2   "name": "MTDictionaryCompanion",
3   "version": "0.1.0",
4   "summary": "Set properties from dictionary and vice versa",
5   "description": "Useful for setting properties from a dictionary which in turn made from JSON or whatever.\n",
6   "homepage": "https://github.com/mintech/MTDictionaryCompanion",
7   "license": "MIT",
8   "authors": {
9     "Sungwook Yoon": "y94@mintech.kr"
10   },
11   "source": {
12     "git": "https://github.com/mintech/MTDictionaryCompanion.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.5"
18   },
19   "requires_arc": false,
20   "source_files": "Classes",
21   "public_header_files": [
22     "Classes/DictionaryCompanionPrototype.h",
23     "Classes/NSObject+DictionaryCompanion.h",
24     "Classes/MTDictionaryCompanion.h"
25   ]