blob: bb6b12e9e39a09722bae7f621c37765bdbc499c9 [file] [log] [blame]
{
"name": "JSONHelper",
"version": "2.0.0",
"license": {
"type": "zlib",
"file": "LICENSE"
},
"summary": "Lightning fast JSON deserialization and value conversion library for iOS, tvOS, and OS X written in Swift.",
"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.0.0"
},
"source_files": "JSONHelper/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true
}