blob: e157e78c43f8cb90c5916a17086ad320be8d5b7e [file] [log] [blame]
{
"name": "NYHEmptyView",
"version": "0.0.4",
"summary": "测试 CocoaPods",
"description": "测试 CocoaPods 占位视图",
"homepage": "https://github.com/nyh1006/NYHPodTest",
"license": "MIT",
"authors": {
"NYH": "nyh1006@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/nyh1006/NYHPodTest.git",
"tag": "0.0.4"
},
"source_files": "NYHPodTest/PodTest/*.{h,m}",
"resources": "NYHPodTest/PodTest/NYHResource.bundle",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}