[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / a / 1 / 6 / libCommonCrypto / 0.1.0 / libCommonCrypto.podspec.json
blobe0811bbc0604bd89f1f2aa33054f997afaa12a7b
2   "name": "libCommonCrypto",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "CommonCrypto module maps for swift",
6   "homepage": "https://github.com/mogstad/CommonCrypto",
7   "authors": {
8     "Bjarne Mogstad": "me@mogstad.co"
9   },
10   "source": {
11     "git": "https://github.com/mogstad/CommonCrypto.git",
12     "tag": "v0.1.0"
13   },
14   "module_name": "CommonCrypto",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "ios": {
20     "module_map": "modules/ios/module.modulemap"
21   },
22   "tvos": {
23     "module_map": "modules/tvos/module.modulemap"
24   },
25   "osx": {
26     "module_map": "modules/macos/module.modulemap"
27   },
28   "watchos": {
29     "module_map": "modules/watchos/module.modulemap"
30   },
31   "frameworks": "Security",
32   "source_files": [
33     "CommonCrypto/*.h",
34     "CommonCrypto/*.swift"
35   ],
36   "requires_arc": true