[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / e / f / Ask4AppReviews / 0.2 / Ask4AppReviews.podspec.json
blob94c2d2b20bff93531d6633148476ce0fe1063598
2   "name": "Ask4AppReviews",
3   "version": "0.2",
4   "summary": "Reminds iPhone app's users to review the app, but also asks for feedback (through email) if the user is having issues",
5   "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",
6   "homepage": "http://lukedurrant.com/2012/07/appirater-github-fork/",
7   "screenshots": "http://lukedurrant.com/wp-content/uploads/2012/06/hackbookfeedback.jpg",
8   "license": "MIT/X11",
9   "authors": {
10     "Luke Durrant": "http://lukedurrant.com/contact/"
11   },
12   "source": {
13     "git": "https://github.com/owlcoding/Ask4AppReviews.git",
14     "tag": "0.2"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Ask4AppReviews.m",
22     "Ask4AppReviews.h"
23   ],
24   "resources": [
25     "README.md",
26     "LICENSE"
27   ],
28   "frameworks": [
29     "CFNetwork",
30     "SystemConfiguration",
31     "MessageUI"
32   ]