KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
CCLaunchAnimation
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
node-async-weather
:
Node Weather Application - Returns the current weather and/or 5 day forecast in the cmd prompt
gfwlist2dnsmasq.awk
:
Convert gfwlist into dnsmasq configuration file.
yunle-template-next
:
yunle-cli 前端开发模板- node 专为线上渲染中间层
nano-mvp
:
Nano MVP framework
europarl_scraper
:
European Parliament website Python scraper
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CCLaunchAnimation
?
Download (.md)
# CCLaunchAnimation ## Installation There are three ways to use CCLaunchAnimation in your project: - using CocoaPods - by cloning the project into your repository ### Installation with CocoaPods [CocoaPods](http://cocoapods.org/) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the [Get Started](http://cocoapods.org/#get_started) section for more details. #### Podfile ``` platform :ios, '7.0' pod 'CCLaunchAnimation' ``` If you are using Swift, be sure to add `use_frameworks!` and set your target to iOS 8+: ``` platform :ios, '7.0' use_frameworks! ```