[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / a / 1 / 2 / FendaNordicOTALib / 0.0.2 / FendaNordicOTALib.podspec.json
blob7a4eb6a4d6553f207b4e5dc94776280b783b68a8
2   "name": "FendaNordicOTALib",
3   "version": "0.0.2",
4   "summary": "Nordic OTA 升级封装",
5   "description": "基于Nordic OTA lib库完成二次封装,需要在设备进入OTA的模式之后在调用该Lib中的方法",
6   "homepage": "https://gitee.com/Fly127/FendaNordicOTALib.git",
7   "license": "MIT",
8   "authors": {
9     "WANG DONG": "aney.wangdong@fenda.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://gitee.com/Fly127/FendaNordicOTALib.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "FendaNordicOTALib",
20     "FendaNordicOTALib/*.{swift}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "dependencies": {
26     "iOSDFULibrary": [
28     ],
29     "FendaBLESwiftLib": [
31     ],
32     "FDLogSwiftLib": [
33       "~> 0.0.6"
34     ]
35   }