blob: 1b2ef4e6ca5e61a9e4f3232f0eae7610d97e86c5 [file] [log] [blame]
{
"name": "TBParse",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TBParse/Classes/**/*",
"public_header_files": "TBParse/Classes/**/*.h",
"dependencies": {
"Parse": [
]
}
}