[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / a / AKUDeviceFingerFramework / 1.0.0 / AKUDeviceFingerFramework.podspec.json
blob20e1e1e0d5a10ae97749fa1c209b190956adc6dd
2   "name": "AKUDeviceFingerFramework",
3   "version": "1.0.0",
4   "summary": "A FrameworkTool for Akulaku DeviceFinger reporte And  get fingerData",
5   "description": "Akulaku iOS 设备指纹的SDK 封装,一个用于公司内部的SDK,此SDK可以用作设备指纹的采集和上报",
6   "homepage": "https://git.silvrr.com/xifeng/akudevicefingersdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xifeng": "xifeng@akulaku.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://git.silvrr.com/xifeng/akudevicefingersdk.git",
19     "tag": "1.0.0"
20   },
21   "vendored_frameworks": "AKUDeviceFingerFramework/AKUDeviceFingerSDK.framework",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "AddressBook",
26     "Contacts",
27     "CoreLocation",
28     "AdSupport",
29     "CoreTelephony",
30     "SystemConfiguration",
31     "CoreMotion"
32   ],
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "user_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   }