blob: e1a990480ce21d58245ad4427ea6614fc915ca5b [file] [log] [blame]
{
"name": "YZPolygonHelper",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}