blob: 99cf87e95c53c67234d3abd4966a18b67510ee43 [file] [log] [blame]
{
"name": "myTest20180120",
"version": "0.0.1",
"summary": "summary描述,谢谢",
"description": "这是第一次发布,老鼠爱大米吗",
"homepage": "https://github.com/OwenJoe/myTest20180120",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhwb": "zhuwb@hori-gz.com"
},
"source": {
"git": "https://github.com/OwenJoe/myTest20180120.git",
"tag": "0.0.1"
},
"source_files": "MyDemo/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit",
"platforms": {
"ios": "7.0"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}