您的位置:首页 > 其它

Leek' music diary 1

2016-05-16 21:46 281 查看

我的生活离不开音乐。

准备做一个音乐类APP。


一、准备阶段

1.CocoaPods

安装

gem sources --add https://ruby.taobao.org/ --remove https://rubygems.org/ 
gem sources -l

sudo gem install cocoapods


生成

pod init
vim Podfile

//add these in Podfile
pod 'AFNetworking', '2.6.3'
pod 'Masonry', '~> 0.6.2'
pod 'DOUAudioStreamer', '~> 0.2.10'
pod 'MJExtension', '~> 3.0.7'

pod install --verbose --no-repo-update


2.GitHub

在github上生成git工程。

git@github.com:SilenceLee17/leekMusic.git

添加.gitignore文件。

添加README.md文件

创建工程。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: