[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 4 / POE / 0.4.0 / POE.podspec.json
blobcdec1f34d5bf5f9294ff56e45c1a5cd91e3d3123
2   "name": "POE",
3   "version": "0.4.0",
4   "summary": "POE Tor Onboarding Library",
5   "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/4.",
6   "homepage": "https://github.com/guardianproject/poe",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tladesignz": "be@benjaminerhart.com"
13   },
14   "source": {
15     "git": "https://github.com/guardianproject/poe.git",
16     "tag": "0.4.0"
17   },
18   "social_media_url": "https://twitter.com/guardianproject",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "POE/Classes/**/*.swift",
23   "resource_bundles": {
24     "POE": [
25       "POE/Classes/*.xib",
26       "POE/Assets/*.storyboard",
27       "POE/Assets/*.xcassets",
28       "POE/Assets/roboto/*.*",
29       "POE/Assets/*.lproj/*.*"
30     ]
31   },
32   "dependencies": {
33     "Localize": [
34       "~> 2.1"
35     ],
36     "KMPlaceholderTextView": [
37       "~> 1.4"
38     ],
39     "UIColor-HexRGB": [
41     ]
42   }