[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 5 / 1 / GesturePassword / 2.0.3 / GesturePassword.podspec.json
blobcdffb9a7816ce02383a3c040ce2762b58eb0ce29
2   "name": "GesturePassword",
3   "version": "2.0.3",
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.0.3"
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   }