[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 8 / 7 / SwiftyHash / 0.1.0 / SwiftyHash.podspec.json
blob4410376c917fa0d7e36020d30c90468416df9af7
2   "name": "SwiftyHash",
3   "version": "0.1.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     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/anotheren/SwiftyHash.git",
21     "tag": "0.1.0"
22   },
23   "source_files": "Source/*.swift",
24   "xcconfig": {
25     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftyHash/CommonCrypto"
26   },
27   "preserve_paths": "CommonCrypto/module.modulemap"