blob: 4975a26cbb2959298193cfbd583a2b1301a8dcdc [file] [log] [blame]
{
"name": "LimeAuth",
"version": "0.1.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "High level PowerAuth based authentication library written in swift",
"homepage": "https://github.com/lime-company/swift-lime-auth",
"social_media_url": "https://twitter.com/lime_company",
"authors": {
"Lime - HighTech Solutions s.r.o.": "support@lime-company.eu"
},
"source": {
"git": "https://github.com/lime-company/swift-lime-auth.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*.swift",
"dependencies": {
"LimeCore": [
]
}
},
{
"name": "UI",
"source_files": "Source/UI/*.swift",
"dependencies": {
"LimeAuth/Core": [
]
}
}
]
}