[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / 6 / YBLKitTools / 0.0.1 / YBLKitTools.podspec.json
blob92b6da26d74f3c8b9790b5c5b06c6da5f9d74b0d
2   "name": "YBLKitTools",
3   "version": "0.0.1",
4   "summary": "UIKit extend and crategory tools.",
5   "description": "custom category used on iOS,which implemnet use objective-c.",
6   "homepage": "https://github.com/YuBilai/YBLKitTools",
7   "license": "MIT",
8   "authors": {
9     "YuBilai": "1229961064@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/YuBilai/YBLKitTools.git",
16     "tag": "0.0.1"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "YBLCategory",
22       "source_files": "YBLKitTools/YBLCategory/YBLLabel/**/*.{h,m}"
23     }
24   ]