Skip to content

Commit

Permalink
[Add] UAAppReviewManager 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coneybeare authored and CocoaPodsBot committed Jul 7, 2014
1 parent 408a238 commit 2bcb5f2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Specs/UAAppReviewManager/0.2.3/UAAppReviewManager.podspec.json
@@ -0,0 +1,40 @@
{
"name": "UAAppReviewManager",
"version": "0.2.3",
"summary": "UAAppReviewManager is a simple and lightweight App review prompting tool for iOS and Mac App Store apps.",
"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",
"homepage": "https://github.com/urbanapps/UAAppReviewManager",
"authors": {
"Matt Coneybeare": "coneybeare@urbanapps.com"
},
"license": "MIT",
"platforms": {
"ios": "5.1",
"osx": "10.7"
},
"requires_arc": true,
"frameworks": [
"CFNetwork",
"SystemConfiguration"
],
"weak_frameworks": "StoreKit",
"source": {
"git": "https://github.com/UrbanApps/UAAppReviewManager.git",
"tag": "0.2.3"
},
"source_files": "UAAppReviewManager.{h,m}",
"ios": {
"resource_bundles": {
"UAAppReviewManager-iOS": [
"Localization/*.lproj"
]
}
},
"osx": {
"resource_bundles": {
"UAAppReviewManager-OSX": [
"Localization/*.lproj"
]
}
}
}

0 comments on commit 2bcb5f2

Please sign in to comment.