blob: 87b6b11bec50397498a98e399d033ea46e1fb6ee [file] [log] [blame]
{
"name": "MTLParseAdapter",
"version": "0.1.0",
"summary": "Easily convert your objects to and from Parse PFObjects",
"description": " This library provides an interface to convert\n objects that conform to MTLJSONSerializing to and\n from PFObjects provided by the Parse SDK.\n",
"homepage": "https://github.com/lazerwalker/MTLParseAdapter",
"license": "MIT",
"authors": {
"Mike Walker": "michael@lazerwalker.com"
},
"source": {
"git": "https://github.com/lazerwalker/MTLParseAdapter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MTLParseAdapter": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"Asterism": [
"~> 1.0"
],
"Mantle": [
"~> 1.5"
],
"Parse": [
"~> 1.6"
]
}
}