blob: 9e14036c67a8f07dfe8e7ebf160307b3224c1194 [file] [log] [blame]
{
"name": "AES256Encrypter",
"version": "0.0.3",
"summary": "A simple category on NSData for AES256 encryption.",
"description": "AES256Encrypter provides methods to encrypt/decrypt NSData with a given key.\n\n* It's based on the CommonCrypto framework included both in iOS and Mac OS.\n* The task like encrypting a plist in Mac then decrypting it in iOS app \n* can be naturally done by it.\n*",
"homepage": "https://github.com/soheilbm/AES256Encrypter",
"license": {
"type": "Unknown",
"text": " THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n"
},
"authors": "David Hilowitz??",
"source": {
"git": "https://github.com/soheilbm/AES256Encrypter.git",
"tag": "0.0.3"
},
"source_files": "AES256Encrypter/NSDataAES256.{h,m}",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}