blob: 5b3f50159276349f52440540658694fac28f668a [file] [log] [blame]
{
"name": "MSInputScrollViewController",
"version": "0.1.2",
"summary": "MSInputScrollViewController是一个在内部有输入框的时候自动调整内容大小的视图控制器",
"description": " MSInputScrollViewController是一个在内部有输入框的时候自动调整内容大小的视图控制器。这样就不需要每个视图都自己实现监视键盘了。\n",
"homepage": "https://github.com/yishuiliunian/MSInputScrollViewController",
"license": "MIT",
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/MSInputScrollViewController.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MSInputScrollViewController": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"DZGeometryTools": [
],
"DZProgrameDefines": [
]
}
}