- Release History
- iOS 8.0+
You can use CocoaPods to install AppStoreInformation
by adding it to your Podfile
:
platform :ios, '8.0'
use_frameworks!
pod 'AppStoreInformation'
import AppStoreInformation
AppStoreInformation.shared(appId: appId).get {[weak self] (result) in
// Save result (AppInformation object) and use it
}
To contribute to AppStoreInformation, check the LICENSE
file for more info.
Distributed under the MIT license. See LICENSE
for more information.