To run the example project, clone the repo, and run pod install
from the Example directory first.
CCTransition is available through CocoaPods. To install it, simply add the following line to your Podfile:
platform :ios, '9.0'
inhibit_all_warnings!
source ‘https://github.com/CaiChenghan/CCRepo.git’
source ‘https://github.com/CocoaPods/Specs.git’
target 'FineHouse' do
pod 'CCTransition', '~> 1.1.0'
end
蔡成汉, 1178752402@qq.com
CCTransition is available under the MIT license. See the LICENSE file for more info.