blob: 9b3d847064e0cd26342719db2f054622ef78b774 [file] [log] [blame]
{
"name": "JSONHelper",
"version": "2.2.0",
"license": {
"type": "zlib",
"file": "LICENSE"
},
"summary": "Convert values of any type into any other type in just one operation!",
"description": "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.2.0"
},
"source_files": "JSONHelper/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}