[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / 7 / c / b / SEUIKit / 0.1.3 / SEUIKit.podspec.json
blobf17c385dcdcb96d7faafff1e4a8270d207c1090b
2   "name": "SEUIKit",
3   "version": "0.1.3",
4   "summary": "User interface kit for Smart Engines",
5   "description": "SECameraViewController for a lot of Smart Engines projects\"",
6   "homepage": "https://github.com/tulindanil/SEUIKit",
7   "license": "MIT",
8   "authors": {
9     "tulindanil": "tulindanil@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tulindanil/SEUIKit.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SEUIKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "prefix_header_contents": [
26     "#import \"Masonry.h\"",
27     "#import \"Constants.h\"",
28     "#import \"MPColorTools.h\""
29   ],
30   "dependencies": {
31     "PBJVision": [
33     ],
34     "MPColorTools": [
36     ],
37     "Masonry": [
39     ]
40   }