[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / c / DKParseAuth / 0.1 / DKParseAuth.podspec.json
blob026030e4b572d0ad0ccfb5c7c112d02fdef442fd
2   "name": "DKParseAuth",
3   "version": "0.1",
4   "summary": "Simple Parse Auth",
5   "homepage": "https://github.com/dkhamsing/DKParseAuth",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dkhamsing": "dkhamsing8@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/dkhamsing",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dkhamsing/DKParseAuth.git",
19     "tag": "0.1"
20   },
21   "source_files": "DKParseAuth/*",
22   "requires_arc": true,
23   "dependencies": {
24     "Parse": [
25       "~> 1.9"
26     ],
27     "ParseTwitterUtils": [
28       "~> 1.9"
29     ],
30     "DKTwitterReverseAuth": [
31       "~> 0.1"
32     ],
33     "DKHud": [
34       "~> 0.1"
35     ],
36     "DKAuthenticationViewController": [
37       "~> 0.2"
38     ]
39   }