blob: 16013016fe6ffb0290b3951d97a5f73a68ca1295 [file] [log] [blame]
{
"name": "AppStore",
"version": "1.1.0",
"summary": "An AppStore version cheaking framework in Swift.",
"homepage": "https://github.com/Meniny/AppStore",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/AppStore.git",
"tag": "1.1.0"
},
"social_media_url": "https://meniny.cn",
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "AppStore/**/*.{h,swift}",
"resources": [
"AppStore/AppStore.bundle"
],
"frameworks": [
"Foundation",
"UIKit"
],
"module_name": "AppStore"
}