[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 2 / 9 / UAAppReviewManager / 0.1.1 / UAAppReviewManager.podspec.json
blob6fca532ea74f41135d1f417faddb5abca37d35be
2   "name": "UAAppReviewManager",
3   "version": "0.1.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": "6.0",
13     "osx": "10.7"
14   },
15   "requires_arc": true,
16   "frameworks": [
17     "CFNetwork",
18     "SystemConfiguration",
19     "StoreKit"
20   ],
21   "source": {
22     "git": "https://github.com/UrbanApps/UAAppReviewManager.git",
23     "tag": "0.1.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   }