blob: f991f0d80c846becf8b474e61729506a1e6c20a7 [file] [log] [blame]
{
"name": "GTAppUpdater",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GTAppUpdater": [
"Pod/Assets/*.png"
]
}
}