blob: 74014b9160cc1e153c2523f04e2e339c82f6cadb [file] [log] [blame]
{
"name": "Lock-Twitter",
"version": "1.1.1",
"summary": "Twitter Native Integration for Auth0 Lock",
"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.",
"homepage": "https://github.com/auth0/Lock-Twitter.iOS",
"license": "MIT",
"authors": {
"Auth0": "support@auth0.com",
"Hernan Zalazar": "hernan@auth0.com"
},
"source": {
"git": "https://github.com/auth0/Lock-Twitter.iOS.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/*.h",
"source_files": "Pod/Classes/*.{h,m}",
"module_name": "LockTwitter",
"dependencies": {
"Lock/Core": [
"~> 1.20"
],
"BDBOAuth1Manager": [
"~> 1.5.0"
],
"TWReverseAuth": [
"~> 0.1.0"
],
"PSAlertView": [
"~> 2.0"
],
"CocoaLumberjack": [
"~> 2.0"
]
},
"frameworks": [
"Social",
"Accounts",
"Twitter"
]
}