blob: 2a40abfde0ed1660c4edeb81b6b634b15452c3d7 [file] [log] [blame]
{
"name": "TBParse",
"version": "1.0.1",
"summary": "A basic conversions for PFObject and Parse strings columns to lists of numbers, strings or key: value pairs.",
"description": "A basic conversions for PFObject and Parse strings columns to lists of numbers, strings or key: value pairs. This methods allow to enhance parse server capabilities.",
"homepage": "https://github.com/truebucha/TBParse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/TBParse.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/truebucha",
"module_name": "TBParse",
"swift_version": "4.1",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "TBParse/Classes/**/*",
"public_header_files": "TBParse/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"Parse": [
]
}
}