{{getTexts.ios.integration.ioxMinVer}} iOS 8.0 {{getTexts.ios.integration.addWithCocoapods}}
{{getTexts.ios.integration.t1_step1}}
use_frameworks! target 'YourAppTargetName' do pod 'TTLock' #pod 'TTLockDFU' (如需锁固件升级,还需加入TTLockDFU) end use_frameworks! target 'YourAppTargetName' do pod 'TTLock' #pod 'TTLockDFU' (If you need to upgrade the firmware, you need to add TTLockDFU) end{{getTexts.ios.integration.t1_step2}} pod install {{getTexts.ios.integration.addManual}}
{{getTexts.ios.integration.attention}}
|