blob: ee03b4b45ce11c324549e86c371679b24dd970e2 [file] [log] [blame]
{
"name": "YZPolygonHelper",
"version": "0.0.1",
"summary": "A few class methods to help working with polygons.",
"homepage": "https://github.com/yichizhang/YZPolygonHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yichi Zhang": "zhang-yi-chi@hotmail.com"
},
"source": {
"git": "https://github.com/yichizhang/YZPolygonHelper.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}