CocoaPods trunk is moving to be read-only. Read more on the blog, there are 7 months to go.

AppStoreInformation 0.0.4

AppStoreInformation 0.0.4

Maintained by Marc Matta.



  • By
  • marc.matta

AppStoreInformation

CI Status Version License Platform

Features

  • Release History

Requirements

  • iOS 8.0+

Installation

CocoaPods

You can use CocoaPods to install AppStoreInformation by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!
pod 'AppStoreInformation'

Usage example

import AppStoreInformation
AppStoreInformation.shared(appId: appId).get {[weak self] (result) in
// Save result (AppInformation object) and use it
}

Contribute

To contribute to AppStoreInformation, check the LICENSE file for more info.

Meta

Distributed under the MIT license. See LICENSE for more information.