blob: 854719a7d4487eb1fddbfdc57fd4de0015a30765 [file] [log] [blame]
{
"name": "Polymorph",
"version": "1.0.3",
"summary": "Transform value of dictionary to property of Objective-C class.",
"description": "Transform value of dictionary to property of Objective-C class, by using a\n`@dynamic` like directive.",
"homepage": "https://github.com/douban/Polymorph",
"authors": {
"Tony Li": "crazygemini.lee@gmail.com"
},
"source": {
"git": "https://github.com/douban/Polymorph.git",
"tag": "v1.0.3"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source_files": "Polymorph/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"libextobjc/EXTScope": [
"~> 0.4"
],
"libextobjc/RuntimeExtensions": [
"~> 0.4"
],
"TransformerKit/Core": [
"~> 0.5"
]
}
}