blob: f668b950906adef7a9229c4bbd2e50641a527e1d [file] [log] [blame]
{
"name": "CJMMath",
"version": "0.1.0",
"summary": "数学相关的计算和转化",
"description": "数学相关的计算和转化。比如transform和缩放,偏移,旋转的转化;线与线的交点,线的角度等等。",
"homepage": "https://github.com/cjm-ios-sdk/CJMMath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenjm": "cjiemin@163.com"
},
"source": {
"git": "https://github.com/cjm-ios-sdk/CJMMath.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CJMMath/Classes/**/*",
"frameworks": "Foundation"
}