blob: 4646e378e00e01928271dcbfe6e2dde20714ee0b [file] [log] [blame]
{
"name": "POE",
"version": "0.2.3",
"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 3.",
"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.2.3"
},
"social_media_url": "https://twitter.com/guardianproject",
"platforms": {
"ios": "8.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": [
"~> 1.5"
],
"KMPlaceholderTextView": [
"~> 1.3"
],
"UIColor-HexRGB": [
]
},
"pushed_with_swift_version": "4.0"
}