blob: 43fc7d3ab7d454ef2855a601319f1ba586812db0 [file] [log] [blame]
{
"name": "RMAppStoreVersionCheck",
"version": "1.0.1",
"summary": "A block based ios library for checking for app store updates",
"description": "Uses reachability to wait for network connectivity before checking the app store for new versions of the app.",
"homepage": "https://github.com/rocketmade/RMAppStoreVersionCheck.git",
"license": "MIT",
"authors": {
"Brandon Roth": "brandon@rocketmade.com"
},
"source": {
"git": "https://github.com/rocketmade/RMAppStoreVersionCheck.git",
"tag": "1.0.1"
},
"source_files": "RMAppStoreVersionCheck/**/*.{h,m}",
"frameworks": "SystemConfiguration",
"requires_arc": true
}