blob: 0b1449627ad7e7b5d844ac7c452f11f714b6256c [file] [log] [blame]
{
"name": "MindTickleIntegrations",
"version": "1.0",
"summary": "MindTickle's sdk provides you a way to integrate MindTickle with your own app and launch from within your app.",
"description": "MindTickle's authentication library to link mindtickle app with your app and launch mindtickle app directly. If MindTickle is not installed, redirect to app store and sign in also done automatically.",
"homepage": "http://www.mindtickle.com",
"license": "MIT",
"authors": {
"hridayesh gupta": "hridayesh.gupta@mindtickle.com"
},
"platforms": {
"ios": "9.2"
},
"source": {
"git": "https://github.com/MindTickle/MindTickle-Integration-iOS.git",
"tag": "1.0"
},
"source_files": "MindTickleIntegrations/**/*.{m,h}",
"resources": "Media.xcassets",
"dependencies": {
"JWT": [
"~> 2.0"
],
"Branch": [
"~> 0.12"
]
}
}