{ | |
"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" | |
} |