[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / 7 / e / XLEasyKitUtils / 0.1.0 / XLEasyKitUtils.podspec.json
blobea2e59f0399c2f66649dd536477f15d90446aadd
2   "name": "XLEasyKitUtils",
3   "version": "0.1.0",
4   "summary": "UI相关的简单工具类.",
5   "description": "UI相关的简单工具类 包含UIalertView block、UIButtonEdge、UIColor、UIView、UIImage、KeyBoard自动移动输入区域。",
6   "homepage": "https://github.com/randyeasy/XLEasyKitUtils",
7   "license": "MIT",
8   "authors": {
9     "晓亮": "ouyaliang@163.com"
10   },
11   "source": {
12     "git": "https://github.com/randyeasy/XLEasyKitUtils.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "UIKit",
22   "prefix_header_contents": "#import <PureLayout/PureLayout.h>",
23   "dependencies": {
24     "PureLayout": [
26     ]
27   }