blob: c3666dfb0f288add223d4aa84e0380ea014467ec [file] [log] [blame]
{
"name": "SCForceUpdater",
"version": "1.1.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.1.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"
]
}
}
}