blob: c4ecd45297b778b8c1fb74971f7d1619c072abad [file] [log] [blame]
{
"name": "POE",
"version": "0.7.0",
"summary": "POE Tor Onboarding Library",
"description": "This pod contains all the stuff needed to enable a unified onboarding and connecting experience for\nofficial Tor enabled open source apps.\n\nIt contains scenes to explain Tor a little, scenes to set up Tor bridges and a connecting scene,\nwhich rotates nice images together with claims about how Tor can help your users.\n\nThis pod is prominently used in the OnionBrowser: https://github.com/mtigas/OnionBrowser\n\nWritten in Swift 5.",
"homepage": "https://github.com/guardianproject/poe",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"tladesignz": "be@benjaminerhart.com"
},
"source": {
"git": "https://github.com/guardianproject/poe.git",
"tag": "0.7.0"
},
"social_media_url": "https://twitter.com/guardianproject",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "POE/Classes/**/*.swift",
"resource_bundles": {
"POE": [
"POE/Classes/*.xib",
"POE/Assets/*.storyboard",
"POE/Assets/*.xcassets",
"POE/Assets/roboto/*.*",
"POE/Assets/*.lproj/*.*"
]
},
"dependencies": {
"Localize": [
"~> 2.2"
],
"KMPlaceholderTextView": [
"~> 1.4"
]
},
"swift_version": "5.0"
}