Latest | 3.2.1 |
---|---|
Homepage | https://github.com/TongdunMobileDev/FMDeviceManager |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Cocoapods 导入
- 通过 Cocoapods 下载地址:
pod 'FMDeviceManager'
注:如果无法导入最新版本,请执行 pod repo update master 这个命令来升级本机的 pod 库,然后重新 pod 'FMDeviceManager'
- 如果需要安装指定版本则使用以下方式(以 3.2.1 版本为例):
pod 'FMDeviceManager', '3.2.1'
Latest podspec
{ "name": "FMDeviceManager", "version": "3.2.1", "summary": "FMDeviceManager", "description": "FMDeviceManager's description", "homepage": "https://github.com/TongdunMobileDev/FMDeviceManager", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "TongdunMobileDev": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/TongdunMobileDev/FMDeviceManager.git", "tag": "3.2.1" }, "source_files": [ "FMDeviceManager", "FMDeviceManager/**/*.{h,m}" ], "public_header_files": "FMDeviceManager/**/*.h", "requires_arc": true, "libraries": "resolv.9", "ios": { "vendored_libraries": "FMDeviceManager/libFMDeviceManager.a" } }
Tue, 12 Mar 2019 11:09:44 +0000