[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / e / MOLCodesignChecker / 1.0 / MOLCodesignChecker.podspec.json
blob07cc1f385cce505d69b583480fde1425c11ea6f0
2   "name": "MOLCodesignChecker",
3   "version": "1.0",
4   "platforms": {
5     "osx": null
6   },
7   "license": "Apache",
8   "homepage": "https://github.com/google/macops-molcodesignchecker",
9   "authors": {
10     "Google Macops": "macops-external@google.com"
11   },
12   "summary": "Perform codesign validation simply in Objective-C",
13   "source": {
14     "git": "https://github.com/google/macops-molcodesignchecker.git",
15     "tag": "v1.0"
16   },
17   "source_files": "Source/MOLCodesignChecker.{h,m}",
18   "frameworks": "Security",
19   "dependencies": {
20     "MOLCertificate": [
21       "~> 1.0"
22     ]
23   }