[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / e / 4 / MHCrypto / 1.0.0 / MHCrypto.podspec.json
blob336b4d96b138dfc8a829d7b1bc8f6beddd7b2f01
2   "name": "MHCrypto",
3   "version": "1.0.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": "1.0.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   }