[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 2 / IGSignature / 1.0.0 / IGSignature.podspec.json
blob69137825fb2013e8e71e758eed91d23fd45284b5
2   "name": "IGSignature",
3   "version": "1.0.0",
4   "summary": "Objective-C client of signature gem. Sign API call with shared secret and timestamp using SHA256 HMAC.",
5   "homepage": "https://github.com/siuying/IGSignature",
6   "authors": {
7     "Francis Chong": "francis@ignition.hk"
8   },
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/siuying/IGSignature.git",
12     "tag": "1.0.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "IGSignature/Signature/*.{m,h}",
19   "dependencies": {
20     "IGDigest": [
21       "~> 1.1.0"
22     ]
23   }