blob: 36cb4e1b75d43d4ceca38c54db4132403c177429 [file] [log] [blame]
{
"name": "GTAppUpdater",
"version": "1.0.0",
"summary": "GTAppUpdater monitors App Versions, Prompts and Forces Updates.",
"description": "This library notifies you if a new version of the app is available on the App Store.",
"homepage": "https://github.com/gorillatech/GTAppUpdater",
"license": "MIT",
"authors": {
"Gorilla Technologies": "dev@gorillatech.io"
},
"source": {
"git": "https://github.com/gorillatech/GTAppUpdater.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GTAppUpdater": [
"Pod/Assets/*.lproj"
]
}
}