blob: 59e1b752995798f9f744231190991e79d53a99cb [file] [log] [blame]
{
"name": "CivicConnect",
"version": "1.1.0",
"summary": "An easy way to integrate your iOS app with the Civic Secure Identity App.",
"description": "This library allows your iOS application to connect with the Civic Secure Identity App to authenticate users for specific information. More description coming soon.",
"homepage": "https://github.com/civicteam/civic-connect-ios-public",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Civic Technologies": "support@civic.com"
},
"source": {
"git": "https://github.com/civicteam/civic-connect-ios-public.git",
"tag": "1.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "CivicConnect/Classes/**/*",
"resource_bundles": {
"CivicConnect": [
"CivicConnect/Assets/*.png"
]
},
"frameworks": "Security"
}