blob: d555bb874cc7c6b6f4221d7eae30e3f5a38da892 [file] [log] [blame]
{
"name": "Freedom",
"version": "2.2.0",
"swift_version": "4.2",
"summary": "The Freedom to Open URLs in Third-Party Browsers on iOS with Custom UIActivity Subclasses.",
"homepage": "https://github.com/ArtSabintsev/Freedom",
"license": "MIT",
"authors": {
"Arthur Ariel Sabintsev": "arthur@sabintsev.com"
},
"description": "Freedom enables your app to open URLs in third-party browsers via the share sheet. Freedom currently supports the Brave, Chrome, and Firefox browsers.",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ArtSabintsev/Freedom.git",
"tag": "2.2.0"
},
"source_files": "Sources/*.swift",
"resources": "Sources/Freedom.bundle",
"requires_arc": true
}