blob: 745cd84b7aa55c8698f7b82ee0f81ebcf6df187a [file] [log] [blame]
{
"name": "ModuluxMobileAPI",
"version": "1.0",
"summary": "Modulux Mobile Api used for iOS basic behaviours",
"description": "Used for internal use, but feel free to used it anywhere",
"homepage": "https://github.com/lordinferno1/moduluxAPI",
"license": "MIT",
"authors": {
"Jonathan Silva": "jhi.290292@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lordinferno1/moduluxAPI.git",
"tag": "1.0"
},
"source_files": [
"ModuluxMobileApi",
"ModuluxMobileApi/**/*.{h,m,swift}"
],
"exclude_files": "ModuluxMobileAPI/testingPlists/*",
"dependencies": {
"Alamofire": [
"~> 4.4"
]
}
}