blob: d105865280764b339432ce22859cb5a25dff8afa [file] [log] [blame]
{
"name": "WPBezierPath",
"version": "1.0.0",
"summary": "WPBezierPath is a demo of UIBezierPath in UIKit",
"description": " WPBezierPath is a demo of UIBezierPath in UIKit hahah\n",
"homepage": "https://github.com/WeipengChan/UIBezierPath",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"RobinWeipengChen": "dayuqi@yeah.net"
},
"source": {
"git": "https://github.com/WeipengChan/UIBezierPath.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "UIBezierPath/*.{h,m}",
"resource_bundles": {
"WPBezierPath": [
"Pod/Assets/*.png"
]
}
}