[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 7 / 4 / IGDigest / 1.1.2 / IGDigest.podspec.json
blobd3285aebb60a962d9d2cebcc4603a218a753d13d
2   "name": "IGDigest",
3   "version": "1.1.2",
4   "summary": "Provides convenient wrappers for popular message digest formats (MD5, SHA1 and SHA256) and HMAC (Hash-based message authentication code).",
5   "homepage": "https://github.com/siuying/IGWebLogger",
6   "authors": {
7     "Francis Chong": "francis@ignition.hk"
8   },
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/siuying/IGDigest.git",
12     "tag": "1.1.2"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.8"
18   },
19   "source_files": [
20     "IGDigest/Digest/*.{m,h}",
21     "IGDigest/HMAC/*.{m,h}"
22   ]