[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 9 / UAAppReviewManager / 0.1.4 / UAAppReviewManager.podspec.json
blobcf1749d00c5fe11b65df6f60b5399391da3a49ce
2   "name": "UAAppReviewManager",
3   "version": "0.1.4",
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.1.4"
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   }