blob: f9478433db1198c119ac02bae75e54bb18110e63 [file] [log] [blame]
{
"name": "HackySerializer",
"version": "0.1.2",
"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": "v0.1.2"
},
"source_files": "HackySerializer/**/*.{h,swift}"
}