[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 4 / e / 6 / WPBezierPath / 1.0.0 / WPBezierPath.podspec.json
blobd105865280764b339432ce22859cb5a25dff8afa
2   "name": "WPBezierPath",
3   "version": "1.0.0",
4   "summary": "WPBezierPath is a demo of UIBezierPath in UIKit",
5   "description": "                      WPBezierPath is a demo of UIBezierPath in UIKit hahah\n",
6   "homepage": "https://github.com/WeipengChan/UIBezierPath",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "RobinWeipengChen": "dayuqi@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/WeipengChan/UIBezierPath.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.1"
20   },
21   "requires_arc": true,
22   "source_files": "UIBezierPath/*.{h,m}",
23   "resource_bundles": {
24     "WPBezierPath": [
25       "Pod/Assets/*.png"
26     ]
27   }