blob: 382a27317958535ad5ab945cce526e09d5175d48 [file] [log] [blame]
{
"name": "PrivacyInSwift",
"version": "1.0.0",
"summary": "A Swift wrapper around the Privacy.com API.",
"description": "A wrapper around the privacy.com API written in Swift.",
"homepage": "https://github.com/SirArkimedes/PrivacyInSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Robinson": "sirarkimedes@gmail.com"
},
"source": {
"git": "https://github.com/SirArkimedes/PrivacyInSwift.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/SirArkimedes",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "PrivacyInSwift/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 5.1"
],
"SwiftyJSON": [
"~> 4.0"
],
"SwiftyJSONModel": [
"~> 2.3.0"
]
},
"swift_version": "5.0"
}