blob: 026030e4b572d0ad0ccfb5c7c112d02fdef442fd [file] [log] [blame]
{
"name": "DKParseAuth",
"version": "0.1",
"summary": "Simple Parse Auth",
"homepage": "https://github.com/dkhamsing/DKParseAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dkhamsing": "dkhamsing8@gmail.com"
},
"social_media_url": "http://twitter.com/dkhamsing",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dkhamsing/DKParseAuth.git",
"tag": "0.1"
},
"source_files": "DKParseAuth/*",
"requires_arc": true,
"dependencies": {
"Parse": [
"~> 1.9"
],
"ParseTwitterUtils": [
"~> 1.9"
],
"DKTwitterReverseAuth": [
"~> 0.1"
],
"DKHud": [
"~> 0.1"
],
"DKAuthenticationViewController": [
"~> 0.2"
]
}
}