Skip to content

gwh111/bench

Repository files navigation

For developing, download the whole project and setup as following: 放在和你工程同一级目录下即可:

Podfile

To integrate bench_ios into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'TargetName' do
pod 'bench', :path =>'../bench'
end

Then, run the following command:

$ pod install

========

在需要的地方引入

import "bench.h"

有目录的文档
解析文章

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published