[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / f / 9 / XLUIKit / 0.0.1 / XLUIKit.podspec.json
blob1d35c008d3f21a7be04734ecf1893eefb1330a54
2   "name": "XLUIKit",
3   "version": "0.0.1",
4   "summary": "The function extension of the common system UI object is organized in the form of catogry, which is convenient to use.",
5   "homepage": "https://github.com/JesseRom/XLUIKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "JesseRom": "lhdaily@163.com"
12   },
13   "source": {
14     "git": "https://github.com/JesseRom/XLUIKit.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "XLUIKit/Classes/**/*",
22   "resource_bundles": {
23     "XLUIKit": [
24       "XLUIKit/Resource/*"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ],
31   "dependencies": {
32     "SDWebImage": [
33       "~> 3.8.0"
34     ],
35     "XLFoundation": [
37     ]
38   }