[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 3 / f / KKUIDevice / 0.0.6 / KKUIDevice.podspec.json
bloba31bcec0da34d3463ade8f8bdf9b3640b2b1e116
2   "name": "KKUIDevice",
3   "version": "0.0.6",
4   "summary": "A Simple way to get iOS device info.",
5   "description": "A Simple way to get iOS device info. eg. Hardware string/device name",
6   "homepage": "https://github.com/CrazyFanFan/KKUIDevice",
7   "license": "MIT",
8   "authors": {
9     "Crazy凡": "827799383@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/CrazyFanFan/KKUIDevice.git",
17     "tag": "0.0.6"
18   },
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "static_framework": true,
22   "swift_version": "5.0",
23   "subspecs": [
24     {
25       "name": "ObjectiveC",
26       "source_files": [
27         "KKUIDevice",
28         "KKUIDevice/**/*.{h,m}"
29       ],
30       "dependencies": {
31         "KKUIDevice/Resources": [
33         ]
34       }
35     },
36     {
37       "name": "Swift",
38       "source_files": [
39         "KKUIDevice-swift",
40         "KKUIDevice-swift/**/*.{h,swift}"
41       ],
42       "dependencies": {
43         "KKUIDevice/Resources": [
45         ]
46       }
47     },
48     {
49       "name": "Resources",
50       "resource_bundles": {
51         "KKUIDeviceBundle": "Resources/*.{plist}"
52       }
53     }
54   ]