[Add] OpacityCore 3.23.6
[CocoaPods.git] / Specs / 9 / 0 / 2 / HDeviceIdentifier / 0.1.1 / HDeviceIdentifier.podspec.json
blob1224a4f8f28c3995946b7e9e2b47cc87a9153a5f
2   "name": "HDeviceIdentifier",
3   "version": "0.1.1",
4   "summary": "封装了持久化保存/查看设备唯一标识的功能, 并且可以判断应用是不是第一次安装 (UUID+KeyChain)",
5   "homepage": "https://blog.wskfz.com/index.php/archives/28/",
6   "license": "MIT",
7   "authors": {
8     "Hext123": "hext123@foxmail.com"
9   },
10   "social_media_url": "https://blog.wskfz.com/",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Hext123/HDeviceIdentifier.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "HDeviceIdentifier/HDeviceIdentifierUtils/**/*.{h,m}",
19   "public_header_files": "HDeviceIdentifier/HDeviceIdentifierUtils/HDeviceIdentifier.h",
20   "exclude_files": "HDeviceIdentifier/HDeviceIdentifierUtils/SFHFKeychainUtils.{h,m}",
21   "subspecs": [
22     {
23       "name": "no-arc",
24       "source_files": "HDeviceIdentifier/HDeviceIdentifierUtils/SFHFKeychainUtils.{h,m}",
25       "requires_arc": false
26     }
27   ]