blob: 852fd9d6eb994fb0a8b54ca854aaacea0a735d0d [file] [log] [blame]
{
"name": "SCForceUpdater",
"version": "0.1.2",
"summary": "SCForceUpdater",
"description": " You can easily implement force update functionality into your application with this Pod.\n",
"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": "0.1.2"
},
"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"
]
}
}