blob: 8cf6ce9818819778d9d6c49e5497fdee214e6d38 [file] [log] [blame]
{
"name": "QuickSms",
"version": "0.1.0",
"summary": "A swift library for QuickSms SMS Gateway.",
"description": "A swift library for QuickSms SMS Gateway. Integrating messaging into your app easily.",
"homepage": "https://github.com/emmanuelkehinde/quicksms-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Emmanuel Kehinde": "emmakoko1996@gmail.com"
},
"source": {
"git": "https://github.com/emmanuelkehinde/quicksms-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QuickSms/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}