[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / 9 / UAAppReviewManager / 0.2.1 / UAAppReviewManager.podspec.json
blob0fd3bf9b1d737c0c6ecce6fe3ca5b1fe291486fa
2   "name": "UAAppReviewManager",
3   "version": "0.2.1",
4   "summary": "UAAppReviewManager is a simple and lightweight App review prompting tool for iOS and Mac App Store apps.",
5   "description": "                          UAAppReviewManager is a simple and lightweight App review prompting tool for iOS and Mac App Store apps. It allows you to use it on iOS and Mac targets, allows affiliate links and it rewritten from the ground up for the modern, primetime app.\n",
6   "homepage": "https://github.com/urbanapps/UAAppReviewManager",
7   "authors": {
8     "Matt Coneybeare": "coneybeare@urbanapps.com"
9   },
10   "license": "MIT",
11   "platforms": {
12     "ios": "5.1",
13     "osx": "10.7"
14   },
15   "requires_arc": true,
16   "frameworks": [
17     "CFNetwork",
18     "SystemConfiguration"
19   ],
20   "weak_frameworks": "StoreKit",
21   "source": {
22     "git": "https://github.com/UrbanApps/UAAppReviewManager.git",
23     "tag": "0.2.1"
24   },
25   "source_files": "UAAppReviewManager.{h,m}",
26   "ios": {
27     "resource_bundles": {
28       "UAAppReviewManager-iOS": [
29         "Localization/*.lproj"
30       ]
31     }
32   },
33   "osx": {
34     "resource_bundles": {
35       "UAAppReviewManager-OSX": [
36         "Localization/*.lproj"
37       ]
38     }
39   }