[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 4 / e / 3 / Rye / 2.0.0 / Rye.podspec.json
blob110dc1f535142e14ba68e6b97cfea3aeed3f4625
2   "name": "Rye",
3   "version": "2.0.0",
4   "summary": "Rye allows you to present non intrusive alerts to your users. You can choose to display the default Rye alert or your own custom UIView.",
5   "homepage": "https://github.com/nodes-ios/Rye",
6   "authors": {
7     "Nodes Agency - iOS": "ios@nodes.dk"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "./LICENSE"
12   },
13   "platforms": {
14     "ios": "11"
15   },
16   "source": {
17     "git": "https://github.com/nodes-ios/Rye.git",
18     "tag": "2.0.0"
19   },
20   "swift_versions": "5.1",
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "5.1"
23   },
24   "subspecs": [
25     {
26       "name": "Rye",
27       "ios": {
28         "source_files": "Rye/Rye/**/*.swift"
29       }
30     }
31   ],
32   "swift_version": "5.1"