blob: e370c6ef4d6ddbdf9836a1a18b7c6bc084026c05 [file] [log] [blame]
{
"name": "Rye",
"version": "2.0.1",
"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.",
"homepage": "https://github.com/nodes-ios/Rye",
"authors": {
"Nodes Agency - iOS": "ios@nodes.dk"
},
"license": {
"type": "MIT",
"file": "./LICENSE"
},
"platforms": {
"ios": "11"
},
"source": {
"git": "https://github.com/nodes-ios/Rye.git",
"tag": "2.0.1"
},
"swift_versions": "5.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.1"
},
"subspecs": [
{
"name": "Rye",
"ios": {
"source_files": "Rye/Rye/**/*.swift"
}
}
],
"swift_version": "5.1"
}