blob: 69137825fb2013e8e71e758eed91d23fd45284b5 [file] [log] [blame]
{
"name": "IGSignature",
"version": "1.0.0",
"summary": "Objective-C client of signature gem. Sign API call with shared secret and timestamp using SHA256 HMAC.",
"homepage": "https://github.com/siuying/IGSignature",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"license": "MIT",
"source": {
"git": "https://github.com/siuying/IGSignature.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "IGSignature/Signature/*.{m,h}",
"dependencies": {
"IGDigest": [
"~> 1.1.0"
]
}
}