[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 9 / TipJarComponent / 0.0.5 / TipJarComponent.podspec.json
bloba4d6aadcb22d86a3c5af088eea7aab12dd142089
2   "name": "TipJarComponent",
3   "version": "0.0.5",
4   "summary": "An iOS component for providing users an option to tip the developer.",
5   "description": "A helper utility for developers to easily enable one-time tips from their users.\nSupports iCloud syncing of already paid tips. Ability to launch as a standalone\ncomponent (overlaid above the app's content) or as a view controller, that can be\npresented in the app's navigation stack.",
6   "homepage": "https://github.com/zigadolar/tip-jar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dolar, Ziga": "dolar.ziga@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zigadolar/tip-jar.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "TipJarComponent/Classes/**/*",
23   "ios": {
24     "resource_bundles": {
25       "TipJarComponent": [
26         "TipJarComponent/Assets/*.xcassets",
27         "TipJarComponent/Assets/*.storyboard",
28         "TipJarComponent/Assets/*.xib"
29       ]
30     }
31   },
32   "frameworks": [
33     "UIKit",
34     "StoreKit"
35   ],
36   "swift_version": "5.0"