[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 3 / f / KKUIDevice / 0.0.5 / KKUIDevice.podspec.json
blob17063ff2581ccceb25fba602a2e249748fff4ea7
2   "name": "KKUIDevice",
3   "version": "0.0.5",
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   "source": {
15     "git": "https://github.com/CrazyFanFan/KKUIDevice.git",
16     "tag": "0.0.5"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "static_framework": true,
21   "subspecs": [
22     {
23       "name": "ObjectiveC",
24       "source_files": [
25         "KKUIDevice",
26         "KKUIDevice/**/*.{h,m}"
27       ],
28       "dependencies": {
29         "KKUIDevice/Resources": [
31         ]
32       }
33     },
34     {
35       "name": "Swift",
36       "source_files": [
37         "KKUIDevice-swift",
38         "KKUIDevice-swift/**/*.{h,swift}"
39       ],
40       "dependencies": {
41         "KKUIDevice/Resources": [
43         ]
44       }
45     },
46     {
47       "name": "Resources",
48       "resource_bundles": {
49         "KKUIDeviceBundle": "Resources/*.{plist}"
50       }
51     }
52   ]