let post = Post(author: user, date: NSDate(), text: "Hello World!")
let postWithAttachments = Post(author: user, date: NSDate(), text: "Hello World!", [Attachment, Attachment])
let url = "https://github.com/hyperoslo/Wall/blob/master/Images/logo-v2.png"
let attachment = Attachment(url, .Image)
let url = "https://avatars2.githubusercontent.com/u/1340892?v=3&s=200"
let user = User(name: "John Hyperseed", avatar: url)
Wall is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Wall'
Hyper, ios@hyper.no
Wall is available under the MIT license. See the LICENSE file for more info.