[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / a / 8 / Appirater / 2.2.0 / Appirater.podspec.json
blob0f5106ef59d918766d4c1b9246e4f7fc8e455f17
2   "name": "Appirater",
3   "version": "2.2.0",
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.2.0"
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 2017. Arash Payan. This library is distributed under the terms of the MIT/X11."
31   }