blob: ed10c27ec06afbaec5eeb042424b55aad5da4e34 [file] [log] [blame]
{
"name": "AXCGPathFromString",
"version": "0.0.1",
"summary": "An category makes CGPathRef object from string.",
"description": "An category makes CGPathRef object from string on iOS platform.",
"homepage": "https://github.com/devedbox/AXCGPathFromString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXCGPathFromString.git",
"tag": "0.0.1"
},
"source_files": "AXCGPathFromString/AXCGPathFromString/*.{h,m}",
"frameworks": [
"UIKit",
"CoreText",
"Foundation"
],
"requires_arc": true
}