[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / f / 7 / AppRating / 1.4.4 / AppRating.podspec.json
blobb3e0eb45c87bce2409e6d9a883cd18892ba41271
2   "name": "AppRating",
3   "version": "1.4.4",
4   "swift_version": "4.2",
5   "summary": "A simple yet powerful App Review Manager for iOS in Swift 4.2. Now supporting SKStoreReviewController API. Based on ArmChair.",
6   "description": "A simple yet powerful App Review Manager for iOS and OSX in Swift.\n* 100% Swift 4\n* First and only App Rating Library that supports SKStoreReviewController\n* Fully Configurable at Runtime\n* Default Localizations for Dozens of Languages\n* Easy to Setup",
7   "homepage": "https://github.com/grizzly/AppRating",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Grizzly": "st.mayr@grizzlynt.com"
14   },
15   "platforms": {
16     "ios": "10.3"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/grizzly/AppRating.git",
21     "tag": "1.4.4",
22     "submodules": true
23   },
24   "source_files": "AppRating/**/*.{h,swift}",
25   "ios": {
26     "resource_bundles": {
27       "AppRating": [
28         "Localization/*.lproj"
29       ]
30     }
31   }