AppStoreInformation
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.