blob: b82aa5c242b47e1ea808597045c254a39c1ab99f [file] [log] [blame]
{
"name": "AnyCodable",
"version": "1.1.0",
"swift_version": "4.0.3",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/asensei/AnyCodable",
"authors": {
"Asensei": "info@asensei.com"
},
"summary": "Generic Any? data encapsulation meant to facilitate the transformation of loosely typed objects using Codable.",
"source": {
"git": "https://github.com/asensei/AnyCodable.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation"
}