[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 5 / 7 / e / YWKeyboardKit / 0.1.0 / YWKeyboardKit.podspec.json
blob0ee7421e5b0429e0f99cdb95bb6532ef22b6ca06
2   "name": "YWKeyboardKit",
3   "version": "0.1.0",
4   "summary": "自定义键盘",
5   "description": "车牌输入的键盘(省份编号、字母、数字)",
6   "homepage": "https://github.com/flyOfYW/YWKeyboardKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yw": "1498627884@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/flyOfYW/YWKeyboardKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "TurtleBezierPath",
24       "source_files": "YWKeyboardKit/Classes/TurtleBezierPath/*.{h,m}"
25     },
26     {
27       "name": "LicensePlate",
28       "source_files": "YWKeyboardKit/Classes/LicensePlate/*.{h,m}",
29       "dependencies": {
30         "YWKeyboardKit/TurtleBezierPath": [
32         ]
33       },
34       "resource_bundles": {
35         "YWKeyboardKit": [
36           "YWKeyboardKit/Assets/*.xcassets"
37         ]
38       }
39     }
40   ]