[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 2 / b / GSLCrypto / 2.0.3 / GSLCrypto.podspec.json
blob1f464315ac3d76a31294c0895ced4a01fc9bcbe8
2   "name": "GSLCrypto",
3   "version": "2.0.3",
4   "authors": "GyazSquare",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/GyazSquare/GSLCrypto",
9   "source": {
10     "git": "https://github.com/GyazSquare/GSLCrypto.git",
11     "tag": "v2.0.3"
12   },
13   "summary": "A simple digest library for iOS, macOS, watchOS and tvOS.",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.6",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/GSLCrypto/CommonCrypto"
23   },
24   "user_target_xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/GSLCrypto/CommonCrypto"
26   },
27   "module_name": "GSL",
28   "source_files": "GSLCrypto/*.{h,m}",
29   "preserve_paths": "CommonCrypto/module.modulemap"