cocoa pods 安装不上的同学请点击这里http://code4app.com/article/cocoapods-install-usage
2015-04-04
func ios8() -> Bool {
var version = NSString(string: UIDevice.currentDevice().systemVersion).floatValue
return version >= 8.0
}
var version = NSString(string: UIDevice.currentDevice().systemVersion).floatValue
return version >= 8.0
}
2015-03-26
最赞回答 / tonyanderos
这里有一个帖子:http://code4app.com/article/cocoapods-install-usage 但是我自己是ruby版本太低才安装失败 我更新了ruby就成功了
2015-03-20