blob: 26c563de3ed0d0c8501911beb0c22d34951d2764 [file] [log] [blame]
{
"name": "SCForceUpdater",
"version": "1.0.0",
"summary": "SCForceUpdater",
"description": "You can easily implement force update functionality into your application with this Pod.",
"homepage": "https://github.com/team-supercharge/SCForceUpdater",
"license": "MIT",
"authors": {
"Richard Szabo": "richard.szabo@supercharge.io"
},
"source": {
"git": "https://github.com/team-supercharge/SCForceUpdater.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"ios": {
"resource_bundles": {
"SCForceUpdater": [
"Pod/Classes/Localization/**/*.strings"
]
}
},
"dependencies": {
"UIAlertView+Blocks": [
"~> 0.8.1"
]
}
}