blob: 217e3fe20c381c02b489487144cd0fcbc33860c9 [file] [log] [blame]
{
"name": "JSONHelper",
"version": "2.1.0",
"license": {
"type": "zlib",
"file": "LICENSE"
},
"summary": "Convert anything into anything in one operation; hex strings into UIColor/NSColor, JSON strings into class instances, y/n strings to booleans, arrays and dictionaries of these; anything you can make sense of!",
"homepage": "https://github.com/isair/JSONHelper",
"authors": {
"Baris Sencan": "baris.sncn@gmail.com"
},
"social_media_url": "https://twitter.com/IsairAndMorty",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/isair/JSONHelper.git",
"tag": "2.1.0"
},
"source_files": "JSONHelper/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true
}