[Add] MentaMeishuAdapter 6.00.24
[CocoaPods.git] / Specs / 8 / 9 / 3 / Lock-Twitter / 1.2.1 / Lock-Twitter.podspec.json
blob121b2ec93ee47e7bfd458a153bcfb6a863ec690b
2   "name": "Lock-Twitter",
3   "version": "1.2.1",
4   "summary": "Twitter Native Integration for Auth0 Lock",
5   "description": "[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)\nPlugin for [Auth0 Lock](https://github.com/auth0/Lock.iOS-OSX) that handles authentication using Twitter native integration.",
6   "homepage": "https://github.com/auth0/Lock-Twitter.iOS",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com",
10     "Hernan Zalazar": "hernan@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/Lock-Twitter.iOS.git",
14     "tag": "1.2.1"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "public_header_files": "Pod/Classes/*.h",
22   "source_files": "Pod/Classes/**/*.{h,m}",
23   "module_name": "LockTwitter",
24   "dependencies": {
25     "Lock/Core": [
26       "~> 1.26"
27     ],
28     "AFNetworking": [
29       "~> 3.0"
30     ],
31     "TWReverseAuth": [
32       "~> 0.1.0"
33     ],
34     "PSAlertView": [
35       "~> 2.0"
36     ],
37     "CocoaLumberjack": [
38       "~> 2.0"
39     ]
40   },
41   "frameworks": [
42     "Social",
43     "Accounts",
44     "Twitter"
45   ]