blob: 54ded17f379b2595e3bc1ee188af31c413a3a0d7 [file] [log] [blame]
{
"name": "HackySerializer",
"version": "1.0.0",
"summary": "Protocol-based serialization which works with almost any Swift type without subclassing",
"homepage": "https://github.com/deville/hacky-serializer-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrii Chernenko": "mail@andrii.ch"
},
"social_media_url": "http://twitter.com/andrii_ch",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/deville/hacky-serializer-swift.git",
"tag": "v1.0.0"
},
"source_files": "HackySerializer/**/*.{h,swift}",
"pushed_with_swift_version": "3.0"
}