blob: 0ca8e5fb5c9ac81b653294f4086b464f7e0a0f52 [file] [log] [blame]
{
"name": "SSVC",
"version": "0.0.1",
"summary": "A simple version checking client for iOS.",
"description": " SSVC is a simple version checking client for iOS. \n It connects to a server you designate and checks if a more recent version of your App is available. \n You decide how to consume this information and what to do next - for example displaying a prompt to take somebody to the App Store.\n",
"homepage": "https://github.com/mrtom/SSVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Elliott": "tom@telliott.net"
},
"social_media_url": "http://twitter.com/temelliott",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/mrtom/SSVC.git",
"tag": "0.0.1"
},
"source_files": "SSVC/**/*.{h,m}",
"requires_arc": true
}