[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / f / 5 / 1 / GesturePassword / 2.1.0 / GesturePassword.podspec.json
blobc1f8cdccdac48221dd647bb81f3cf061eeb5528f
2   "name": "GesturePassword",
3   "version": "2.1.0",
4   "summary": "GesturePassword is a simple gesture password written in Swift",
5   "homepage": "https://github.com/huangboju/GesturePassword",
6   "license": "MIT",
7   "authors": {
8     "huangboju": "529940945@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/huangboju/GesturePassword.git",
15     "tag": "2.1.0"
16   },
17   "source_files": "GesturePassword/Classes/**/*.swift",
18   "ios": {
19     "resource_bundles": {
20       "GesturePassword": [
21         "GesturePassword/Assets/*.lproj/*.strings"
22       ]
23     }
24   },
25   "frameworks": "UIKit",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.2"
29   }