[Add] DocumentReaderBarcode 7.5.10922
[CocoaPods.git] / Specs / c / e / 4 / MHCrypto / 0.1.0 / MHCrypto.podspec.json
blob40966c274ed5ab0bc070ed1959c87de49cedd4dc
2   "name": "MHCrypto",
3   "version": "0.1.0",
4   "summary": "Objective C - HMAC implementation for NSString and NSData(raw)",
5   "description": "Objective C - HMAC implementation for NSString and NSData(Raw)",
6   "homepage": "https://github.com/michaelhenry/MHCrypto",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Henry Pantaleon": "me@iamkel.net"
13   },
14   "source": {
15     "git": "https://github.com/michaelhenry/MHCrypto.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/michaelhenry119",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "MHCrypto/Classes/**/*",
23   "pod_target_xcconfig": {
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
25   }