[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 0 / a / 8 / Appirater / 2.1.2 / Appirater.podspec.json
blob5480bda3f9bd1fd6978773e218384210c1dba31c
2   "name": "Appirater",
3   "version": "2.1.2",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "summary": "A utility that reminds your iPhone app's users to review the app.",
8   "homepage": "https://arashpayan.com/blog/2009/09/07/presenting-appirater/",
9   "authors": {
10     "Arash Payan": "arash@ara.sh"
11   },
12   "source": {
13     "git": "https://github.com/arashpayan/appirater.git",
14     "tag": "2.1.2"
15   },
16   "source_files": "*.{h,m}",
17   "resource_bundles": {
18     "Appirater": [
19       "*.lproj"
20     ]
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "CFNetwork",
25     "SystemConfiguration"
26   ],
27   "weak_frameworks": "StoreKit",
28   "license": {
29     "type": "MIT",
30     "text": "Copyright 2016. Arash Payan. This library is distributed under the terms of the MIT/X11."
31   }