blob: 1504a18a801b68c342c02b4f3feed836a3dcbce7 [file] [log] [blame]
{
"name": "yttStock",
"version": "1.0.1",
"summary": "简单的股票路线分时图",
"description": "简单的股票分时图.快速完成分时图的编写",
"homepage": "https://github.com/hhjdk/test_stock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"borui": "3585723618@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hhjdk/test_stock.git",
"tag": "1.0.1"
},
"source_files": [
"Test_stock",
"Test_stock/**/*.{h,m}"
],
"exclude_files": "Test_stock/Exclude",
"requires_arc": true
}