blob: db25aa62cafa2fb03f746d8e782783d85090ccb6 [file] [log] [blame]
{
"name": "MonkeyKit",
"version": "0.9.6",
"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": {
"Gianni Carlo": "gianni@criptext.com"
},
"source": {
"git": "https://github.com/Criptext/iOS-MonkeySDK.git",
"tag": "0.9.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MonkeyKit/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"UICKeyChainStore": [
]
}
}