[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 0 / b / UAID / 0.2.1 / UAID.podspec.json
blob32790f7ec438d59778893f1353d3c7941edb9e09
2   "name": "UAID",
3   "version": "0.2.1",
4   "summary": "通过运营商获取设备唯一标识",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/bitlib-dev/UAID_SDK_iOS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bitlib": "support@bitlib.cc"
13   },
14   "source": {
15     "git": "https://github.com/bitlib-dev/UAID_SDK_iOS.git",
16     "tag": "0.2.1"
17   },
18   "vendored_frameworks": "Lib/UAID.framework",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "frameworks": [
29     "CoreTelephony",
30     "CFNetwork",
31     "SystemConfiguration"
32   ]