blob: 94c2d2b20bff93531d6633148476ce0fe1063598 [file] [log] [blame]
{
"name": "Ask4AppReviews",
"version": "0.2",
"summary": "Reminds iPhone app's users to review the app, but also asks for feedback (through email) if the user is having issues",
"description": "Ask4AppReviews is a class that you can drop into any iPhone app (iOS 5.0 or later) that will help remind your users to review your app on the App Store. The code is released under the MIT/X11, so feel free to modify and share your changes with the world. To find out more, check out the homepage.\n",
"homepage": "http://lukedurrant.com/2012/07/appirater-github-fork/",
"screenshots": "http://lukedurrant.com/wp-content/uploads/2012/06/hackbookfeedback.jpg",
"license": "MIT/X11",
"authors": {
"Luke Durrant": "http://lukedurrant.com/contact/"
},
"source": {
"git": "https://github.com/owlcoding/Ask4AppReviews.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"Ask4AppReviews.m",
"Ask4AppReviews.h"
],
"resources": [
"README.md",
"LICENSE"
],
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"MessageUI"
]
}