blob: 5dd0555e24021737a8fc1e82ec5a632b9dfa790a [file] [log] [blame]
{
"name": "MonkeyKit",
"version": "1.0.5",
"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.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MonkeyKit/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"UICKeyChainStore": [
]
}
}