blob: e678b86c19867f21fe3b292ae4d6620b545ddb6e [file] [log] [blame]
{
"name": "AppStore",
"version": "1.0.1",
"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.0.1"
},
"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"
}