blob: 3838172dee08a72414484209be42f23eab985566 [file] [log] [blame]
{
"name": "MantumAuthModule",
"version": "0.1.0",
"summary": "A CocoaPods library written in Swift",
"description": "Help mantum tu use some interfaces, that helps with the structure of iOS apps.",
"homepage": "https://bitbucket.org/3astronautas/mantum-auth-module",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tres Astronautas": "juanes@tresastronautas.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"frameworks": "UIKit",
"dependencies": {
"RealmSwift": [
"~> 4.1.0"
]
},
"source": {
"git": "https://bitbucket.org/3astronautas/mantum-auth-module",
"tag": "0.1.0"
},
"source_files": "MantumAuthModule/**/*.{h,m,swift}",
"swift_version": "4.2"
}