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