{ | |
"name": "AppStoreOpener", | |
"version": "0.0.1", | |
"summary": "Simple function that open iOS app store page with AppID.", | |
"homepage": "https://github.com/azu/AppStoreOpener", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"azu": "info@efcl.info" | |
}, | |
"platforms": { | |
"ios": null | |
}, | |
"source": { | |
"git": "https://github.com/azu/AppStoreOpener.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "Lib/**/*.{h,m}", | |
"requires_arc": true | |
} |