blob: c88ed9f86a0b71e2a668bba9e45b1e3e7cd70d43 [file] [log] [blame]
{
"name": "Cidaas-SDK",
"version": "10.2.0.1",
"summary": "Cidaas SDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Cidaas/cidaas-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cidaas": "ganesh.kumar@widas.in"
},
"source": {
"git": "https://github.com/Cidaas/cidaas-sdk-ios.git",
"tag": "10.2.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Cidaas-SDK/Classes/**/*",
"resources": [
"Cidaas-SDK/Resources/**/*.*",
"Cidaas-SDK/Assets/*"
],
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"Alamofire-Synchronous": [
"~> 4.0"
],
"ReachabilitySwift": [
"~> 4.1"
],
"CryptoSwift": [
"~> 0.10"
],
"CommonCryptoModule": [
"~> 1.0"
]
}
}