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