blob: 6b0959ac39adb072b56be18e6a3798a94d1f395f [file] [log] [blame]
{
"name": "MFLCodingTransformer",
"version": "1.0.0",
"summary": "An NSValueTransformer which can serialize any NSCoding compatible objects.",
"homepage": "https://github.com/MentallyFriendly/MFLCodingTransformer",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"social_media_url": "http://twitter.com/kylefuller",
"screenshots": "https://raw.githubusercontent.com/MentallyFriendly/MFLCodingTransformer/1.0.0/MFLCodingTransformer.png",
"source": {
"git": "https://github.com/MentallyFriendly/MFLCodingTransformer.git",
"tag": "1.0.0"
},
"source_files": "MFLCodingTransformer.{h,m}",
"requires_arc": true
}