blob: 4ca3316ec6421f28b16c4973acf7a82765705d51 [file] [log] [blame]
{
"name": "testPodspec_HD123",
"version": "1.0.0",
"summary": "简述:测试App",
"description": "描述:测试信息,不可描述",
"homepage": "https://github.com/aozou/testPodspec",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aozou": "1527955895@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aozou/testPodspec.git",
"tag": "v1.0.0"
},
"source_files": "testPodspec/Codes/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}