blob: a71351fd7f03990b8f83125c264790bac4374491 [file] [log] [blame]
{
"name": "AnyCodable",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation"
}