[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / 8 / 7 / SwiftyHash / 0.6.0 / SwiftyHash.podspec.json
blobf9166ae0d51d8f1f0c1cec8a5d51333fe1867d34
2   "name": "SwiftyHash",
3   "version": "0.6.0",
4   "summary": "A Swifty wrapper for CommonCrypto",
5   "homepage": "https://github.com/anotheren/SwiftyHash",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "liudong": "liudong.edward@qq.com"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/anotheren/SwiftyHash.git",
18     "tag": "0.6.0"
19   },
20   "source_files": "Source/*.swift",
21   "xcconfig": {
22     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftyHash/SystemModule/CommonCrypto/iphoneos/"
23   },
24   "preserve_paths": "SystemModule/CommonCrypto/iphoneos/module.modulemap",
25   "pushed_with_swift_version": "3.0"