blob: ee92a20e84cf6b6df24992b2bfa2867d4beabd07 [file] [log] [blame]
{
"name": "YJHomeKit",
"version": "0.0.3",
"summary": "YJHomeKit 自己用的",
"description": "用CocoaPods做iOS程序的依赖管理,测试",
"homepage": "https://github.com/qq756585379/YJHomeKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"杨俊": "756585379@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/qq756585379/YJHomeKit.git",
"tag": "0.0.3"
},
"public_header_files": [
"YJHomeKit/*.{h}",
"YJHomeKit/**/*.{h}"
],
"source_files": [
"YJHomeKit/*.{h,m}",
"YJHomeKit/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}