[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / a / 8 / Appirater / 2.0.1 / Appirater.podspec.json
blob86c10cfd41556d5c5818772d76f551fa812b05df
2   "name": "Appirater",
3   "version": "2.0.1",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "summary": "A utility that reminds your iPhone app's users to review the app.",
8   "homepage": "http://arashpayan.com/blog/2009/09/07/presenting-appirater/",
9   "authors": {
10     "Arash Payan": "arash.payan@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/arashpayan/appirater.git",
14     "tag": "2.0.1"
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 2013. Arash Payan. This library is distributed under the terms of the MIT/X11."
31   }