blob: 2339a6fff93fe0c3e69ba85ffe8d76318812aae9 [file] [log] [blame]
{
"name": "ABCrypto",
"version": "1.0.1",
"summary": "This pod help developers to encrypt/decrypt the NSData using CommonCrypto lib",
"description": "This pod help developers to encrypt/decrypt the NSData using CommonCrypto lib. Pod can be used in iOS applications which runs Objective-C, Swift or any of the private/public pods without bridging headers. Courtesy to Richard Warrender for the NSData extension.",
"homepage": "https://github.com/abhilashpnayar/ABCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"abhilashpnayar": "abhilashpnayar@gmail.com"
},
"source": {
"git": "https://github.com/abhilashpnayar/ABCrypto.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ABCrypto/Classes/**/*"
}