[Add] DittoReactNativeIOS 4.9.1
[CocoaPods.git] / Specs / a / 0 / 6 / CryptoSHA / 0.0.2 / CryptoSHA.podspec.json
blobeaaac9b1fabb96673a0880685302cea268e76dfe
2   "name": "CryptoSHA",
3   "version": "0.0.2",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "Behind the abbreviation SHA256, SHA224, SHA384, SHA512 hides a function that forms the heart of cryptocurrencies such as Bitcoin.",
8   "homepage": "https://github.com/devzhr/Swift-CryptoSHA",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "devzhr": "zouhair.mouhsine@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/devzhr/Swift-CryptoSHA.git",
18     "tag": "0.0.2"
19   },
20   "swift_versions": "5.3",
21   "source_files": [
22     "CryptoSHA/Classes",
23     "CryptoSHA/Classes/**/*.{h,m}"
24   ],
25   "swift_version": "5.3"