blob: b1fe640c8a374c65b1b717b981967daca07f43eb [file] [log] [blame]
{
"name": "MonkeyKit",
"version": "1.2.0",
"summary": "iOS SDK to access Monkey secure channel",
"description": "MonkeyKit makes encryption easier for developers.",
"homepage": "https://criptext.com",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Criptext, Inc.": "gianni@criptext.com"
},
"source": {
"git": "https://github.com/Criptext/iOS-MonkeySDK.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MonkeyKit/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"UICKeyChainStore": [
]
}
}