blob: 55be2f139fca0146ab5c048a1e617e351b165562 [file] [log] [blame]
{
"name": "AppGuard",
"version": "0.1.0",
"summary": "AppGuard is a guard 💂‍♀️ for your iOS app, to check / force users to update your app or show what changed.",
"homepage": "https://github.com/smartnsoft/AppGuard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Smart&Soft": "contact@smartnsoft.com"
},
"source": {
"git": "https://github.com/smartnsoft/AppGuard.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/smartnsoft",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Jelly": [
"~> 1.2"
]
},
"source_files": [
"AppGuard/Classes/Logic/*",
"AppGuard/Classes/UI/*"
]
},
{
"name": "FirebaseRemoteConfig",
"dependencies": {
"AppGuard/Core": [
],
"Firebase/RemoteConfig": [
"~> 4.10"
]
},
"source_files": "AppGuard/Classes/Firebase/**/*.{swift}"
}
]
}